mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
spaces
This commit is contained in:
parent
779bb20944
commit
d920afe61b
1 changed files with 16 additions and 16 deletions
|
@ -23,23 +23,23 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
|
||||||
|
|
||||||
var apiClient = connectionManager.currentApiClient();
|
var apiClient = connectionManager.currentApiClient();
|
||||||
|
|
||||||
apiClient.getCurrentUser().then(function(result){
|
apiClient.getCurrentUser().then(function(result){
|
||||||
|
|
||||||
var newSlideShow = new slideshow({
|
var newSlideShow = new slideshow({
|
||||||
showTitle: false,
|
showTitle: false,
|
||||||
cover: false,
|
cover: false,
|
||||||
items: options.items,
|
items: options.items,
|
||||||
startIndex: index,
|
startIndex: index,
|
||||||
interval: 11000,
|
interval: 11000,
|
||||||
interactive: true,
|
interactive: true,
|
||||||
user: result
|
user: result
|
||||||
});
|
|
||||||
|
|
||||||
newSlideShow.show();
|
|
||||||
|
|
||||||
resolve();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
newSlideShow.show();
|
||||||
|
|
||||||
|
resolve();
|
||||||
});
|
});
|
||||||
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue