Skip to content

Commit

Permalink
Merge pull request #4 from andrewjswan/Fix_for_ClearSelectedSeriesPro…
Browse files Browse the repository at this point in the history
…pertys()

Fix for ClearSelectedSeriesPropertys()
  • Loading branch information
andrewjswan committed Apr 27, 2024
2 parents b954bcf + c5b4037 commit 5105917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions FanartHandler/FanartSelectedOther.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public void RefreshGenericSelectedProperties(Utils.SelectedType property, ref st
if (isVideo)
{
ClearSelectedMoviePropertys();
ClearSelectedSeriesPropertys();
}

currSelectedGenericTitle = string.Empty;
Expand Down
2 changes: 1 addition & 1 deletion scripts/fanarthandler.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ Normalizing property names, restructure
*** We Stand with Ukraine ***</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://github.com/andrewjswan/mediaportal-fanart-handler/releases/download/v[Version]/FanartHandler-[Version].mpe1</OnlineLocation>
<ReleaseDate>2024-04-25T23:23:23</ReleaseDate>
<ReleaseDate>2024-04-27T23:23:23</ReleaseDate>
<Tags>fanart,music,movies,thumbs,clearart,clearlogo,banner,cdart,dvdart,scraper,awards,genres,studios,animated</Tags>
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
<Location>..\builds\FanartHandler-[Version].mpe1</Location>
Expand Down

0 comments on commit 5105917

Please sign in to comment.