Skip to content

Commit

Permalink
fix another typo #8261
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Jan 11, 2016
1 parent 4b6b50b commit 9f06f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/filesystem/VideoDatabaseDirectory.cpp
Expand Up @@ -283,7 +283,7 @@ std::string CVideoDatabaseDirectory::GetIcon(const std::string &strDirectory)
case NODE_TYPE_RECENTLY_ADDED_MUSICVIDEOS: // Recently Added Episodes
return "DefaultRecentlyAddedMusicVideos.png";
case NODE_TYPE_INPROGRESS_TVSHOWS: // InProgress TvShows
return "DefaultInProgressTvShows.png";
return "DefaultInProgressShows.png";
case NODE_TYPE_STUDIO: // Studios
return "DefaultStudios.png";
case NODE_TYPE_MUSICVIDEOS_OVERVIEW: // Music Videos
Expand Down

0 comments on commit 9f06f86

Please sign in to comment.