mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stupid lint
This commit is contained in:
parent
d920afe61b
commit
52ab4338e7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ 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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue