diff --git a/Kyoo/Controllers/Repositories/TrackRepository.cs b/Kyoo/Controllers/Repositories/TrackRepository.cs index aa011957..e930774e 100644 --- a/Kyoo/Controllers/Repositories/TrackRepository.cs +++ b/Kyoo/Controllers/Repositories/TrackRepository.cs @@ -36,7 +36,7 @@ namespace Kyoo.Controllers await _database.DisposeAsync(); } - public override Task Get(string slug, StreamType type = StreamType.Unknow) + public Task Get(string slug, StreamType type = StreamType.Unknow) { Match match = Regex.Match(slug, @"(?.*)-s(?\d+)e(?\d+)\.(?.{0,3})(?-forced)?(\..*)?");