Skip to content

Commit

Permalink
Merge pull request #948 from MrTimscampi/fix-artist-backdrop
Browse files Browse the repository at this point in the history
Fix artist details ribbon

(cherry picked from commit 6b22a11)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
  • Loading branch information
dkanada authored and joshuaboniface committed Mar 16, 2020
1 parent 5568d94 commit af7f626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/itemdetailpage.js
Expand Up @@ -459,7 +459,6 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "userSetti
var usePrimaryImage = item.MediaType === "Video" && item.Type !== "Movie" && item.Type !== "Trailer" ||
item.MediaType && item.MediaType !== "Video" ||
item.Type === "MusicAlbum" ||
item.Type === "MusicArtist" ||
item.Type === "Person";

if (!layoutManager.mobile && !userSettings.enableBackdrops()) {
Expand Down

0 comments on commit af7f626

Please sign in to comment.