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

support tv backdrops from fanart

This commit is contained in:
Luke Pulverenti 2013-05-24 12:05:53 -04:00
parent b2ea19f9fb
commit d9be960376
2 changed files with 2 additions and 2 deletions

View file

@ -388,7 +388,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
var url = self.getUrl("Items/" + itemId + "/Refresh", {
force: force || false,
forced: force || false,
recursive: recursive || false
});