From 22c600bd09414c96c41a36e26ef62f86b2c42df5 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 4 Apr 2022 23:46:50 +0200 Subject: [PATCH] wip --- src/Kyoo.Core/Controllers/FileSystems/LocalFileSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Kyoo.Core/Controllers/FileSystems/LocalFileSystem.cs b/src/Kyoo.Core/Controllers/FileSystems/LocalFileSystem.cs index 44fe5154..7f0f8bc5 100644 --- a/src/Kyoo.Core/Controllers/FileSystems/LocalFileSystem.cs +++ b/src/Kyoo.Core/Controllers/FileSystems/LocalFileSystem.cs @@ -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