mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 02:34:16 -04:00
wip
This commit is contained in:
parent
b01198c110
commit
22c600bd09
@ -159,6 +159,7 @@ namespace Kyoo.Core.Controllers
|
|||||||
{
|
{
|
||||||
Show show => Combine(show.Path, "Extra"),
|
Show show => Combine(show.Path, "Extra"),
|
||||||
Season season => Combine(season.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"),
|
Episode episode => Combine(episode.Show.Path, "Extra"),
|
||||||
Track track => Combine(track.Episode.Show.Path, "Extra"),
|
Track track => Combine(track.Episode.Show.Path, "Extra"),
|
||||||
_ => null
|
_ => null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user