mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add new sharing function
This commit is contained in:
parent
d1842ae4e3
commit
c8eb5f2b0c
14 changed files with 504 additions and 8 deletions
|
@ -2000,6 +2000,9 @@ var AppInfo = {};
|
|||
define("actionsheet", ["scripts/actionsheet"]);
|
||||
}
|
||||
|
||||
define("sharingmanager", ["scripts/sharingmanager"]);
|
||||
define("sharingwidget", ["scripts/sharingwidget"]);
|
||||
|
||||
//requirejs(['http://viblast.com/player/free-version/qy2fdwajo1/viblast.js']);
|
||||
|
||||
$.extend(AppInfo, Dashboard.getAppInfo(appName, deviceId, deviceName));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue