Skip to content

Commit

Permalink
Fix fanart not showing in Metro dash continue watching
Browse files Browse the repository at this point in the history
  • Loading branch information
jmediamanager committed Aug 23, 2016
1 parent 37521d9 commit 0f20055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JMMClient/ViewModel/DashboardMetroVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void RefreshContinueWatching()
{
string imageName = "";
if (AppSettings.DashMetroImageType == DashboardMetroImageType.Fanart)
imageName = ep.AniDB_Anime.FanartPathPreferThumb;
imageName = ep.AniDB_Anime.FanartPath;
else
imageName = ep.AniDB_Anime.PosterPathWithRandoms;

Expand Down

0 comments on commit 0f20055

Please sign in to comment.