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

adjust default setting for library monitor

This commit is contained in:
Luke Pulverenti 2015-06-14 13:55:42 -04:00
parent e5236fa2cc
commit 3b403bc22d
13 changed files with 30 additions and 24 deletions

View file

@ -382,7 +382,7 @@
if (nowPlayingItem.Id) {
ApiClient.getItem(Dashboard.getCurrentUserId(), nowPlayingItem.Id).done(function (item) {
nowPlayingUserData.html(LibraryBrowser.getUserDataIconsHtml(item));
nowPlayingUserData.html(LibraryBrowser.getUserDataIconsHtml(item, false));
});
}
}