mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add js local asset manager
This commit is contained in:
parent
2eff956685
commit
6e6bf85030
6 changed files with 92 additions and 3 deletions
11
dashboard-ui/thirdparty/cordova/android/localassetmanager.js
vendored
Normal file
11
dashboard-ui/thirdparty/cordova/android/localassetmanager.js
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
(function () {
|
||||
|
||||
function getLocalMediaSource(serverId, itemId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
window.LocalAssetManager = {
|
||||
getLocalMediaSource: getLocalMediaSource
|
||||
};
|
||||
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue