mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Update LibraryManager.cs
This commit is contained in:
parent
95218269df
commit
d1093eaa5a
@ -110,9 +110,9 @@ namespace Kyoo.Controllers
|
||||
return EpisodeRepository.Get(showID, seasonNumber, episodeNumber);
|
||||
}
|
||||
|
||||
public Task<Track> GetTrack(string slug)
|
||||
public Task<Track> GetTrack(string slug, StreamType type = StreamType.Unknow)
|
||||
{
|
||||
return TrackRepository.Get(slug);
|
||||
return TrackRepository.Get(slug, type);
|
||||
}
|
||||
|
||||
public Task<Genre> GetGenre(int id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user