mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 16:08:39 -05:00
Fix playlist config: dedupe entries, use Spotify playlist ID for lookup
This commit is contained in:
@@ -28,8 +28,9 @@ public class SpotifyPlaylistConfig
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Jellyfin playlist ID (get from playlist URL)
|
||||
/// Example: "4383a46d8bcac3be2ef9385053ea18df"
|
||||
/// Spotify playlist ID (get from Spotify playlist URL)
|
||||
/// Example: "37i9dQZF1DXcBWIGoYBM5M" (from open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M)
|
||||
/// Required for personalized playlists like Discover Weekly, Release Radar, etc.
|
||||
/// </summary>
|
||||
public string Id { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user