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

remove backdrop call

This commit is contained in:
grafixeyehero 2019-11-24 20:43:37 +03:00
parent 79cd6a7552
commit bad156654b
7 changed files with 7 additions and 11 deletions

View file

@ -521,11 +521,7 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "cardBuild
renderDetails(page, item, apiClient, context);
renderTrackSelections(page, instance, item);
if (dom.getWindowSize().innerWidth >= 1000) {
backdrop.setBackdrops([item]);
} else {
backdrop.clear();
}
backdrop.clear();
renderDetailPageBackdrop(page, item, apiClient);
var canPlay = reloadPlayButtons(page, item);