mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
update recording sync fields
This commit is contained in:
@@ -491,6 +491,11 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
|
||||
public bool SupportsSync(BaseItem item)
|
||||
{
|
||||
if (item == null)
|
||||
{
|
||||
throw new ArgumentNullException("item");
|
||||
}
|
||||
|
||||
if (item is Playlist)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user