Skip to content

Commit

Permalink
fix: remove reference to uncommited changes
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Mar 24, 2024
1 parent 0e69661 commit bd4898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shokofin/Resolvers/ShokoResolveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private bool GenerateFullStructureForMediaFolder(Folder mediaFolder)
return (sourceLocation: string.Empty, symbolicLink: string.Empty);
var fileName = $"shoko-file-{file.Id}{Path.GetExtension(sourceLocation)}";
var showFolder = $"shoko-series-{season.Id}";
var isGrouped = Plugin.Instance.Configuration.SeriesGrouping == Ordering.GroupType.ShokoGroup || Plugin.Instance.Configuration.SeriesGrouping == Ordering.GroupType.ShokoGroupPlus;
var isGrouped = Plugin.Instance.Configuration.SeriesGrouping == Ordering.GroupType.ShokoGroup;
switch (filterType) {
case Ordering.GroupFilterType.Movies: {
var isMovieSeason = season.AniDB.Type == SeriesType.Movie;
Expand Down

0 comments on commit bd4898c

Please sign in to comment.