1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

3.0.5464.40000

This commit is contained in:
Luke Pulverenti 2014-12-17 17:39:17 -05:00
parent ae74dfb031
commit 0770149de2
2 changed files with 5 additions and 5 deletions

View file

@ -207,7 +207,7 @@
function isAvailable(item, user) {
//return false;
return false;
return item.SupportsSync;
}