mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update recording sync fields
This commit is contained in:
parent
232d0eb14c
commit
9e8d35dadc
6 changed files with 20 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue