mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Update to 3.0.5781.2
PR: 204728 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4343
This commit is contained in:
parent
6b4d398451
commit
bbf31b4a42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403323
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= emby-server
|
||||
PORTVERSION= 3.0.5724.6
|
||||
PORTVERSION= 3.0.5781.2
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= woodsb02@gmail.com
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (MediaBrowser-Emby-3.0.5724.6_GH0.tar.gz) = 295791cfffb76572eb20d0ba9c065f9db7ec765b0775613aab82ebeebb0868c5
|
||||
SIZE (MediaBrowser-Emby-3.0.5724.6_GH0.tar.gz) = 56293236
|
||||
SHA256 (MediaBrowser-Emby-3.0.5781.2_GH0.tar.gz) = ac4c99aad97ad2eb3e478906c2824599a37fae23136bfa98577fbeee08973ab8
|
||||
SIZE (MediaBrowser-Emby-3.0.5781.2_GH0.tar.gz) = 59105858
|
||||
|
@ -1,4 +1,5 @@
|
||||
lib/emby-server/BDInfo.dll
|
||||
lib/emby-server/CommonIO.dll
|
||||
lib/emby-server/DvdLib.dll
|
||||
lib/emby-server/Emby.Drawing.dll
|
||||
lib/emby-server/Emby.Drawing.dll.mdb
|
||||
@ -48,7 +49,6 @@ lib/emby-server/dashboard-ui/about.html
|
||||
lib/emby-server/dashboard-ui/addplugin.html
|
||||
lib/emby-server/dashboard-ui/advanced.html
|
||||
lib/emby-server/dashboard-ui/apiclient/ajax.js
|
||||
lib/emby-server/dashboard-ui/apiclient/alt/ajax.js
|
||||
lib/emby-server/dashboard-ui/apiclient/alt/bean.js
|
||||
lib/emby-server/dashboard-ui/apiclient/alt/deferred.js
|
||||
lib/emby-server/dashboard-ui/apiclient/alt/events.js
|
||||
@ -59,19 +59,27 @@ lib/emby-server/dashboard-ui/apiclient/credentials.js
|
||||
lib/emby-server/dashboard-ui/apiclient/deferred.js
|
||||
lib/emby-server/dashboard-ui/apiclient/device.js
|
||||
lib/emby-server/dashboard-ui/apiclient/events.js
|
||||
lib/emby-server/dashboard-ui/apiclient/fileupload.js
|
||||
lib/emby-server/dashboard-ui/apiclient/localassetmanager.js
|
||||
lib/emby-server/dashboard-ui/apiclient/logger.js
|
||||
lib/emby-server/dashboard-ui/apiclient/md5.js
|
||||
lib/emby-server/dashboard-ui/apiclient/serverdiscovery.js
|
||||
lib/emby-server/dashboard-ui/apiclient/sha1.js
|
||||
lib/emby-server/dashboard-ui/apiclient/store.js
|
||||
lib/emby-server/dashboard-ui/apiclient/sync/contentuploader.js
|
||||
lib/emby-server/dashboard-ui/apiclient/sync/mediasync.js
|
||||
lib/emby-server/dashboard-ui/apiclient/sync/multiserversync.js
|
||||
lib/emby-server/dashboard-ui/apiclient/sync/offlineusersync.js
|
||||
lib/emby-server/dashboard-ui/apiclient/sync/serversync.js
|
||||
lib/emby-server/dashboard-ui/apiclient/wakeonlan.js
|
||||
lib/emby-server/dashboard-ui/appservices.html
|
||||
lib/emby-server/dashboard-ui/autoorganizelog.html
|
||||
lib/emby-server/dashboard-ui/autoorganizetv.html
|
||||
lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.min.js
|
||||
lib/emby-server/dashboard-ui/bower_components/fastclick/lib/fastclick.js
|
||||
lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.js
|
||||
lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js
|
||||
lib/emby-server/dashboard-ui/bower_components/howler.js/howler.min.js
|
||||
lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.min.js
|
||||
lib/emby-server/dashboard-ui/bower_components/jstree/dist/jstree.min.js
|
||||
lib/emby-server/dashboard-ui/bower_components/requirejs/require.js
|
||||
@ -91,26 +99,54 @@ lib/emby-server/dashboard-ui/channels.html
|
||||
lib/emby-server/dashboard-ui/channelsettings.html
|
||||
lib/emby-server/dashboard-ui/cinemamodeconfiguration.html
|
||||
lib/emby-server/dashboard-ui/collections.html
|
||||
lib/emby-server/dashboard-ui/components/collectioneditor/collectioneditor.js
|
||||
lib/emby-server/dashboard-ui/components/directorybrowser/directorybrowser.js
|
||||
lib/emby-server/dashboard-ui/components/imagedownloader/imagedownloader.js
|
||||
lib/emby-server/dashboard-ui/components/imagedownloader/imagedownloader.template.html
|
||||
lib/emby-server/dashboard-ui/components/imageeditor/imageeditor.js
|
||||
lib/emby-server/dashboard-ui/components/imageeditor/imageeditor.template.html
|
||||
lib/emby-server/dashboard-ui/components/imageuploader/imageuploader.js
|
||||
lib/emby-server/dashboard-ui/components/imageuploader/imageuploader.template.html
|
||||
lib/emby-server/dashboard-ui/components/itemidentifier/itemidentifier.js
|
||||
lib/emby-server/dashboard-ui/components/itemidentifier/itemidentifier.template.html
|
||||
lib/emby-server/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js
|
||||
lib/emby-server/dashboard-ui/components/medialibrarycreator/medialibrarycreator.template.html
|
||||
lib/emby-server/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js
|
||||
lib/emby-server/dashboard-ui/components/medialibraryeditor/medialibraryeditor.template.html
|
||||
lib/emby-server/dashboard-ui/components/metadataeditor/metadataeditor.js
|
||||
lib/emby-server/dashboard-ui/components/metadataeditor/metadataeditor.template.html
|
||||
lib/emby-server/dashboard-ui/components/paperdialoghelper.js
|
||||
lib/emby-server/dashboard-ui/components/playlisteditor/playlisteditor.js
|
||||
lib/emby-server/dashboard-ui/components/prompt.js
|
||||
lib/emby-server/dashboard-ui/components/subtitleeditor/subtitleeditor.js
|
||||
lib/emby-server/dashboard-ui/components/subtitleeditor/subtitleeditor.template.html
|
||||
lib/emby-server/dashboard-ui/components/tvguide/tvguide.js
|
||||
lib/emby-server/dashboard-ui/components/tvguide/tvguide.template.html
|
||||
lib/emby-server/dashboard-ui/components/tvproviders/schedulesdirect.js
|
||||
lib/emby-server/dashboard-ui/components/tvproviders/schedulesdirect.template.html
|
||||
lib/emby-server/dashboard-ui/connectlogin.html
|
||||
lib/emby-server/dashboard-ui/cordova/actionsheet.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/androidcredentials.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/appstorage.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/filesystem.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/iap.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/localassetmanager.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/localsync.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/logging.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/mediasession.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/nativedirectorychooser.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/newapp.js
|
||||
lib/emby-server/dashboard-ui/cordova/android/vlcplayer.js
|
||||
lib/emby-server/dashboard-ui/cordova/back.js
|
||||
lib/emby-server/dashboard-ui/cordova/chromecast.js
|
||||
lib/emby-server/dashboard-ui/cordova/connectsdk.js
|
||||
lib/emby-server/dashboard-ui/cordova/externalplayer.js
|
||||
lib/emby-server/dashboard-ui/cordova/filesystem.js
|
||||
lib/emby-server/dashboard-ui/cordova/fileupload.js
|
||||
lib/emby-server/dashboard-ui/cordova/iap.js
|
||||
lib/emby-server/dashboard-ui/cordova/imagestore.js
|
||||
lib/emby-server/dashboard-ui/cordova/ios/backgroundfetch.js
|
||||
lib/emby-server/dashboard-ui/cordova/ios/orientation.js
|
||||
lib/emby-server/dashboard-ui/cordova/ios/vlcplayer.js
|
||||
lib/emby-server/dashboard-ui/cordova/localassetmanager.js
|
||||
lib/emby-server/dashboard-ui/cordova/prompt.js
|
||||
lib/emby-server/dashboard-ui/cordova/registrationservices.js
|
||||
lib/emby-server/dashboard-ui/cordova/remotecontrols.js
|
||||
lib/emby-server/dashboard-ui/cordova/searchmenu.js
|
||||
@ -147,6 +183,8 @@ lib/emby-server/dashboard-ui/css/fonts/roboto/frNV30OaYdlFRtH2VnZZdhTbgVql8nDJpw
|
||||
lib/emby-server/dashboard-ui/css/fonts/roboto/gwVJDERN2Amz39wrSoZ7FxTbgVql8nDJpwnrE27mub0.woff2
|
||||
lib/emby-server/dashboard-ui/css/fonts/roboto/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2
|
||||
lib/emby-server/dashboard-ui/css/fonts/roboto/ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2
|
||||
lib/emby-server/dashboard-ui/css/images/ani_equalizer_black.gif
|
||||
lib/emby-server/dashboard-ui/css/images/ani_equalizer_white.gif
|
||||
lib/emby-server/dashboard-ui/css/images/checkmarkblack.png
|
||||
lib/emby-server/dashboard-ui/css/images/checkmarkgreen.png
|
||||
lib/emby-server/dashboard-ui/css/images/clients/amazon.png
|
||||
@ -184,7 +222,6 @@ lib/emby-server/dashboard-ui/css/images/items/detail/video.png
|
||||
lib/emby-server/dashboard-ui/css/images/items/list/chapter.png
|
||||
lib/emby-server/dashboard-ui/css/images/items/list/collection.png
|
||||
lib/emby-server/dashboard-ui/css/images/items/list/person.png
|
||||
lib/emby-server/dashboard-ui/css/images/items/list/remotesearch.png
|
||||
lib/emby-server/dashboard-ui/css/images/items/searchhintsv2/tv.png
|
||||
lib/emby-server/dashboard-ui/css/images/logindefault.png
|
||||
lib/emby-server/dashboard-ui/css/images/logo536.png
|
||||
@ -259,6 +296,10 @@ lib/emby-server/dashboard-ui/dashboardgeneral.html
|
||||
lib/emby-server/dashboard-ui/dashboardhosting.html
|
||||
lib/emby-server/dashboard-ui/device.html
|
||||
lib/emby-server/dashboard-ui/devices.html
|
||||
lib/emby-server/dashboard-ui/devices/android/android.css
|
||||
lib/emby-server/dashboard-ui/devices/ie/ie.css
|
||||
lib/emby-server/dashboard-ui/devices/ie/ie.js
|
||||
lib/emby-server/dashboard-ui/devices/ios/ios.css
|
||||
lib/emby-server/dashboard-ui/devicesupload.html
|
||||
lib/emby-server/dashboard-ui/dlnaprofile.html
|
||||
lib/emby-server/dashboard-ui/dlnaprofiles.html
|
||||
@ -266,8 +307,8 @@ lib/emby-server/dashboard-ui/dlnaserversettings.html
|
||||
lib/emby-server/dashboard-ui/dlnasettings.html
|
||||
lib/emby-server/dashboard-ui/edititemmetadata.html
|
||||
lib/emby-server/dashboard-ui/encodingsettings.html
|
||||
lib/emby-server/dashboard-ui/episodes.html
|
||||
lib/emby-server/dashboard-ui/favicon.ico
|
||||
lib/emby-server/dashboard-ui/favorites.html
|
||||
lib/emby-server/dashboard-ui/files/dummy.mp4
|
||||
lib/emby-server/dashboard-ui/forgotpassword.html
|
||||
lib/emby-server/dashboard-ui/forgotpasswordpin.html
|
||||
@ -302,12 +343,7 @@ lib/emby-server/dashboard-ui/metadataimages.html
|
||||
lib/emby-server/dashboard-ui/metadatanfo.html
|
||||
lib/emby-server/dashboard-ui/metadatasubtitles.html
|
||||
lib/emby-server/dashboard-ui/movies.html
|
||||
lib/emby-server/dashboard-ui/musicalbumartists.html
|
||||
lib/emby-server/dashboard-ui/musicalbums.html
|
||||
lib/emby-server/dashboard-ui/musicartists.html
|
||||
lib/emby-server/dashboard-ui/musicgenres.html
|
||||
lib/emby-server/dashboard-ui/musicrecommended.html
|
||||
lib/emby-server/dashboard-ui/musicvideos.html
|
||||
lib/emby-server/dashboard-ui/music.html
|
||||
lib/emby-server/dashboard-ui/mypreferencesdisplay.html
|
||||
lib/emby-server/dashboard-ui/mypreferenceshome.html
|
||||
lib/emby-server/dashboard-ui/mypreferenceslanguages.html
|
||||
@ -344,7 +380,6 @@ lib/emby-server/dashboard-ui/scripts/channelsettings.js
|
||||
lib/emby-server/dashboard-ui/scripts/channelslatest.js
|
||||
lib/emby-server/dashboard-ui/scripts/chromecast.js
|
||||
lib/emby-server/dashboard-ui/scripts/cinemamodeconfiguration.js
|
||||
lib/emby-server/dashboard-ui/scripts/collectioneditor.js
|
||||
lib/emby-server/dashboard-ui/scripts/connectlogin.js
|
||||
lib/emby-server/dashboard-ui/scripts/dashboardgeneral.js
|
||||
lib/emby-server/dashboard-ui/scripts/dashboardhosting.js
|
||||
@ -352,15 +387,11 @@ lib/emby-server/dashboard-ui/scripts/dashboardpage.js
|
||||
lib/emby-server/dashboard-ui/scripts/device.js
|
||||
lib/emby-server/dashboard-ui/scripts/devices.js
|
||||
lib/emby-server/dashboard-ui/scripts/devicesupload.js
|
||||
lib/emby-server/dashboard-ui/scripts/directorybrowser.js
|
||||
lib/emby-server/dashboard-ui/scripts/dlnaprofile.js
|
||||
lib/emby-server/dashboard-ui/scripts/dlnaprofiles.js
|
||||
lib/emby-server/dashboard-ui/scripts/dlnaserversettings.js
|
||||
lib/emby-server/dashboard-ui/scripts/dlnasettings.js
|
||||
lib/emby-server/dashboard-ui/scripts/editcollectionitems.js
|
||||
lib/emby-server/dashboard-ui/scripts/edititemimages.js
|
||||
lib/emby-server/dashboard-ui/scripts/edititemmetadata.js
|
||||
lib/emby-server/dashboard-ui/scripts/edititemsubtitles.js
|
||||
lib/emby-server/dashboard-ui/scripts/editorsidebar.js
|
||||
lib/emby-server/dashboard-ui/scripts/encodingsettings.js
|
||||
lib/emby-server/dashboard-ui/scripts/episodes.js
|
||||
@ -420,7 +451,6 @@ lib/emby-server/dashboard-ui/scripts/metadatanfo.js
|
||||
lib/emby-server/dashboard-ui/scripts/metadatasubtitles.js
|
||||
lib/emby-server/dashboard-ui/scripts/moviecollections.js
|
||||
lib/emby-server/dashboard-ui/scripts/moviegenres.js
|
||||
lib/emby-server/dashboard-ui/scripts/moviepeople.js
|
||||
lib/emby-server/dashboard-ui/scripts/movies.js
|
||||
lib/emby-server/dashboard-ui/scripts/moviesrecommended.js
|
||||
lib/emby-server/dashboard-ui/scripts/moviestudios.js
|
||||
@ -430,7 +460,6 @@ lib/emby-server/dashboard-ui/scripts/musicalbums.js
|
||||
lib/emby-server/dashboard-ui/scripts/musicartists.js
|
||||
lib/emby-server/dashboard-ui/scripts/musicgenres.js
|
||||
lib/emby-server/dashboard-ui/scripts/musicrecommended.js
|
||||
lib/emby-server/dashboard-ui/scripts/musicvideos.js
|
||||
lib/emby-server/dashboard-ui/scripts/mypreferencescommon.js
|
||||
lib/emby-server/dashboard-ui/scripts/mypreferencesdisplay.js
|
||||
lib/emby-server/dashboard-ui/scripts/mypreferenceshome.js
|
||||
@ -460,10 +489,10 @@ lib/emby-server/dashboard-ui/scripts/scheduledtaskpage.js
|
||||
lib/emby-server/dashboard-ui/scripts/scheduledtaskspage.js
|
||||
lib/emby-server/dashboard-ui/scripts/search.js
|
||||
lib/emby-server/dashboard-ui/scripts/searchmenu.js
|
||||
lib/emby-server/dashboard-ui/scripts/searchpage.js
|
||||
lib/emby-server/dashboard-ui/scripts/secondaryitems.js
|
||||
lib/emby-server/dashboard-ui/scripts/sections.js
|
||||
lib/emby-server/dashboard-ui/scripts/selectserver.js
|
||||
lib/emby-server/dashboard-ui/scripts/serversecurity.js
|
||||
lib/emby-server/dashboard-ui/scripts/shared.js
|
||||
lib/emby-server/dashboard-ui/scripts/sharingmanager.js
|
||||
lib/emby-server/dashboard-ui/scripts/sharingwidget.js
|
||||
@ -472,7 +501,6 @@ lib/emby-server/dashboard-ui/scripts/slideshow.js
|
||||
lib/emby-server/dashboard-ui/scripts/songs.js
|
||||
lib/emby-server/dashboard-ui/scripts/streamingsettings.js
|
||||
lib/emby-server/dashboard-ui/scripts/supporterkeypage.js
|
||||
lib/emby-server/dashboard-ui/scripts/supporterpage.js
|
||||
lib/emby-server/dashboard-ui/scripts/sync.js
|
||||
lib/emby-server/dashboard-ui/scripts/syncactivity.js
|
||||
lib/emby-server/dashboard-ui/scripts/syncjob.js
|
||||
@ -481,7 +509,6 @@ lib/emby-server/dashboard-ui/scripts/taskbutton.js
|
||||
lib/emby-server/dashboard-ui/scripts/thememediaplayer.js
|
||||
lib/emby-server/dashboard-ui/scripts/tvgenres.js
|
||||
lib/emby-server/dashboard-ui/scripts/tvlatest.js
|
||||
lib/emby-server/dashboard-ui/scripts/tvpeople.js
|
||||
lib/emby-server/dashboard-ui/scripts/tvrecommended.js
|
||||
lib/emby-server/dashboard-ui/scripts/tvshows.js
|
||||
lib/emby-server/dashboard-ui/scripts/tvstudios.js
|
||||
@ -500,11 +527,10 @@ lib/emby-server/dashboard-ui/scripts/wizardservice.js
|
||||
lib/emby-server/dashboard-ui/scripts/wizardsettings.js
|
||||
lib/emby-server/dashboard-ui/scripts/wizardstartpage.js
|
||||
lib/emby-server/dashboard-ui/scripts/wizarduserpage.js
|
||||
lib/emby-server/dashboard-ui/search.html
|
||||
lib/emby-server/dashboard-ui/secondaryitems.html
|
||||
lib/emby-server/dashboard-ui/selectserver.html
|
||||
lib/emby-server/dashboard-ui/serversecurity.html
|
||||
lib/emby-server/dashboard-ui/shared.html
|
||||
lib/emby-server/dashboard-ui/songs.html
|
||||
lib/emby-server/dashboard-ui/streamingsettings.html
|
||||
lib/emby-server/dashboard-ui/strings/html/ar.json
|
||||
lib/emby-server/dashboard-ui/strings/html/bg-BG.json
|
||||
@ -541,6 +567,7 @@ lib/emby-server/dashboard-ui/strings/html/tr.json
|
||||
lib/emby-server/dashboard-ui/strings/html/uk.json
|
||||
lib/emby-server/dashboard-ui/strings/html/vi.json
|
||||
lib/emby-server/dashboard-ui/strings/html/zh-CN.json
|
||||
lib/emby-server/dashboard-ui/strings/html/zh-HK.json
|
||||
lib/emby-server/dashboard-ui/strings/html/zh-TW.json
|
||||
lib/emby-server/dashboard-ui/strings/javascript/ar.json
|
||||
lib/emby-server/dashboard-ui/strings/javascript/be-BY.json
|
||||
@ -579,19 +606,19 @@ lib/emby-server/dashboard-ui/strings/javascript/tr.json
|
||||
lib/emby-server/dashboard-ui/strings/javascript/uk.json
|
||||
lib/emby-server/dashboard-ui/strings/javascript/vi.json
|
||||
lib/emby-server/dashboard-ui/strings/javascript/zh-CN.json
|
||||
lib/emby-server/dashboard-ui/strings/javascript/zh-HK.json
|
||||
lib/emby-server/dashboard-ui/strings/javascript/zh-TW.json
|
||||
lib/emby-server/dashboard-ui/support.html
|
||||
lib/emby-server/dashboard-ui/supporter.html
|
||||
lib/emby-server/dashboard-ui/supporterkey.html
|
||||
lib/emby-server/dashboard-ui/syncactivity.html
|
||||
lib/emby-server/dashboard-ui/syncjob.html
|
||||
lib/emby-server/dashboard-ui/syncsettings.html
|
||||
lib/emby-server/dashboard-ui/themes/android.css
|
||||
lib/emby-server/dashboard-ui/themes/ios.css
|
||||
lib/emby-server/dashboard-ui/themes/halloween/bg.jpg
|
||||
lib/emby-server/dashboard-ui/themes/halloween/style.css
|
||||
lib/emby-server/dashboard-ui/themes/halloween/theme.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/browser.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/cast_sender.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/emby-icons.html
|
||||
lib/emby-server/dashboard-ui/thirdparty/filesystem.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css.map
|
||||
lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.min.css
|
||||
@ -804,53 +831,52 @@ lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-white.svg
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-black.svg
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-white.svg
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.checkbox.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.checkbox.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.collapsible.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.collapsible.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.controlgroup.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.controlgroup.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.listview.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.listview.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.panel.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.panel.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.popup.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.popup.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.slider.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.slider.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.map
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.icons.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.min.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.min.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.min.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/32px.png
|
||||
lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/40px.png
|
||||
lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/style.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/style.min.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/throbber.gif
|
||||
lib/emby-server/dashboard-ui/thirdparty/paper-button-style.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/paper-ie10.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/css/social-share-kit.css
|
||||
lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.eot
|
||||
lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.svg
|
||||
lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.ttf
|
||||
lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.woff
|
||||
lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/js/social-share-kit.min.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/viblast/viblast-video-js.swf
|
||||
lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.crypto.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.remuxer.js
|
||||
lib/emby-server/dashboard-ui/thirdparty/viblast/worker.html
|
||||
lib/emby-server/dashboard-ui/tvgenres.html
|
||||
lib/emby-server/dashboard-ui/tvlatest.html
|
||||
lib/emby-server/dashboard-ui/tvpeople.html
|
||||
lib/emby-server/dashboard-ui/tvproviders/schedulesdirect.js
|
||||
lib/emby-server/dashboard-ui/tvproviders/schedulesdirect.template.html
|
||||
lib/emby-server/dashboard-ui/tvrecommended.html
|
||||
lib/emby-server/dashboard-ui/tvshows.html
|
||||
lib/emby-server/dashboard-ui/tvstudios.html
|
||||
lib/emby-server/dashboard-ui/tvupcoming.html
|
||||
lib/emby-server/dashboard-ui/tv.html
|
||||
lib/emby-server/dashboard-ui/useredit.html
|
||||
lib/emby-server/dashboard-ui/userlibraryaccess.html
|
||||
lib/emby-server/dashboard-ui/usernew.html
|
||||
lib/emby-server/dashboard-ui/userparentalcontrol.html
|
||||
lib/emby-server/dashboard-ui/userpassword.html
|
||||
lib/emby-server/dashboard-ui/userprofiles.html
|
||||
lib/emby-server/dashboard-ui/voice/textprocessor-en-us.js
|
||||
lib/emby-server/dashboard-ui/voice/voice.css
|
||||
lib/emby-server/dashboard-ui/voice/voice.js
|
||||
lib/emby-server/dashboard-ui/vulcanize-in.html
|
||||
|
Loading…
Reference in New Issue
Block a user