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

add images table

This commit is contained in:
Luke Pulverenti 2016-06-03 12:24:04 -04:00
parent 417821cb5a
commit 2ebcfe8642
6 changed files with 12 additions and 141 deletions

View file

@ -1588,7 +1588,7 @@ var AppInfo = {};
}
//localStorage.clear();
function createConnectionManager(credentialProviderFactory, capabilities) {
function createConnectionManager() {
return getSyncProfile().then(function (deviceProfile) {