update recording sync fields

This commit is contained in:
Luke Pulverenti
2016-02-11 13:29:42 -05:00
parent 232d0eb14c
commit 9e8d35dadc
6 changed files with 20 additions and 13 deletions

View File

@@ -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;