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

improve extra resolution

This commit is contained in:
Luke Pulverenti 2014-12-16 00:46:54 -05:00
parent a31cd0a3bf
commit 0c52128667
2 changed files with 5 additions and 5 deletions

View file

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