Skip to content

Commit

Permalink
fix: don't append suffix to theme-videos/trailers
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed May 3, 2024
1 parent e66dfca commit 56c667e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Shokofin/Resolvers/ShokoResolveManager.cs
Expand Up @@ -768,6 +768,9 @@ private async Task<(string sourceLocation, string[] symbolicLinks, string[] nfoF
ExtraType.Scene => "-scene",
ExtraType.Sample => "-other",
ExtraType.Unknown => "-other",
ExtraType.ThemeSong => string.Empty,
ExtraType.ThemeVideo => string.Empty,
ExtraType.Trailer => string.Empty,
_ => isExtra ? "-other" : string.Empty,
};
if (isMovieSeason && collectionType != CollectionType.TvShows) {
Expand Down

0 comments on commit 56c667e

Please sign in to comment.