mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
update live tv data transfer
This commit is contained in:
@@ -18,11 +18,11 @@ namespace MediaBrowser.Model.Notifications
|
||||
|
||||
public string DefaultDescription { get; set; }
|
||||
|
||||
public List<string> Variables { get; set; }
|
||||
public string[] Variables { get; set; }
|
||||
|
||||
public NotificationTypeInfo()
|
||||
{
|
||||
Variables = new List<string>();
|
||||
Variables = new string[] { };
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user