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:
parent
49c02fad69
commit
17509afb4a
4 changed files with 9 additions and 6 deletions
|
@ -1137,7 +1137,7 @@
|
|||
|
||||
var refreshPromise;
|
||||
|
||||
var force = $('#chkForceRefresh', page).checked();
|
||||
var force = true;
|
||||
|
||||
if (currentItem.Type == "Artist") {
|
||||
refreshPromise = ApiClient.refreshArtist(currentItem.Name, force);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue