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

update audio player

This commit is contained in:
Luke 2016-01-17 23:25:30 -05:00
parent 69991536a3
commit 047fd2b438
4 changed files with 2 additions and 29 deletions

View file

@ -84,14 +84,6 @@
return appStorage.getItem('syncOnlyOnWifi') != 'false';
},
syncLosslessAudio: function (val) {
if (val != null) {
update('syncLosslessAudio', val.toString());
}
return appStorage.getItem('syncLosslessAudio') != 'false';
},
syncPath: function (val) {
if (val != null) {