fix: default programs use updated global variables.
This commit is contained in:
parent
e236031920
commit
c5c2b86557
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ namespace Jellyfin.Plugin.SmartPlaylist {
|
|||
|
||||
[Serializable]
|
||||
public class SmartPlaylistDto : ISerializable {
|
||||
private static string DEFAULT_PROGRAM = "(begin (invoke item \"IsFavoriteOrLiked\" (list user)))";
|
||||
private static string DEFAULT_SORT_PROGRAM = "(begin items)";
|
||||
private static string DEFAULT_PROGRAM = "(begin (invoke item \"IsFavoriteOrLiked\" (list *user*)))";
|
||||
private static string DEFAULT_SORT_PROGRAM = "(begin *items*)";
|
||||
public SmartPlaylistId Id { get; set; }
|
||||
public SmartPlaylistLinkDto[] Playlists { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
|
Loading…
Reference in a new issue