This commit is contained in:
Zoe Roux 2022-04-04 23:46:50 +02:00
parent b01198c110
commit 22c600bd09
No known key found for this signature in database
GPG Key ID: 6AA5AE82CCC0D9DD

View File

@ -159,6 +159,7 @@ namespace Kyoo.Core.Controllers
{
Show show => Combine(show.Path, "Extra"),
Season season => Combine(season.Show.Path, "Extra"),
// TODO: extras should not be on the same directory for every episodes/seasons/tracks. If this is fixed, fonts handling will break.
Episode episode => Combine(episode.Show.Path, "Extra"),
Track track => Combine(track.Episode.Show.Path, "Extra"),
_ => null