sync updates

This commit is contained in:
Luke Pulverenti
2014-12-27 01:24:46 -05:00
parent 55b9bffabc
commit 52caa0def1
68 changed files with 711 additions and 191 deletions

View File

@@ -266,6 +266,12 @@ namespace MediaBrowser.Server.Implementations.Sync
return false;
}
// It would be nice to support these later
if (item is Game || item is Book)
{
return false;
}
return true;
}