mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update search css loading
This commit is contained in:
parent
96eb9ea63a
commit
3118991c21
15 changed files with 161 additions and 190 deletions
2
dashboard-ui/cordova/android/iap.js
vendored
2
dashboard-ui/cordova/android/iap.js
vendored
|
@ -110,7 +110,7 @@
|
|||
|
||||
function isUnlockedOverride(feature) {
|
||||
|
||||
if (feature == 'playback' || feature == 'livetv') {
|
||||
if (feature == 'playback') {
|
||||
return isPlaybackUnlockedViaOldApp();
|
||||
} else {
|
||||
return new Promise(function (resolve, reject) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue