Skip to content

Commit

Permalink
Merge pull request xbmc#24415 from ksooo/video-fix-disappearing-artwork
Browse files Browse the repository at this point in the history
[video] Fix disappearing artwork on end of multi-version movie playback.
  • Loading branch information
ksooo authored Jan 3, 2024
2 parents 20388e0 + 2f06e64 commit d41bc11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/video/guilib/VideoVersionHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,7 @@ std::shared_ptr<CFileItem> CVideoVersionHelper::GetMovieForVideoVersion(
{
auto item{std::make_shared<CFileItem>(videoVersion.GetDynPath(), false)};
item->LoadDetails();
CVideoThumbLoader thumbLoader;
thumbLoader.LoadItem(item.get());
return item;
}

0 comments on commit d41bc11

Please sign in to comment.