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

adding settings around automatic tmdb updates

This commit is contained in:
Luke Pulverenti 2013-10-13 19:56:56 -04:00
parent 49c02fad69
commit 17509afb4a
4 changed files with 9 additions and 6 deletions

View file

@ -1137,7 +1137,7 @@
var refreshPromise;
var force = $('#chkForceRefresh', page).checked();
var force = true;
if (currentItem.Type == "Artist") {
refreshPromise = ApiClient.refreshArtist(currentItem.Name, force);