.env format

This commit is contained in:
2026-02-03 01:24:08 -05:00
parent 0980547848
commit 64be6eddf4
4 changed files with 55 additions and 9 deletions

View File

@@ -93,6 +93,14 @@ public class SpotifyImportSettings
[Obsolete("Use Playlists instead")]
public List<string> PlaylistNames { get; set; } = new();
/// <summary>
/// Legacy: Comma-separated list of local track positions ("first" or "last")
/// Deprecated: Use Playlists instead
/// Example: "first,last,first,first" (one per playlist)
/// </summary>
[Obsolete("Use Playlists instead")]
public List<string> PlaylistLocalTracksPositions { get; set; } = new();
/// <summary>
/// Gets the playlist configuration by Jellyfin playlist ID.
/// </summary>