Добавил еще провайдер TVMaze
This commit is contained in:
@@ -591,6 +591,7 @@ func TestProviderTag(t *testing.T) {
|
||||
cases := []struct{ provider, id, want string }{
|
||||
{"tmdb", "603", "tmdbid-603"},
|
||||
{"tvdb", "123", "tvdbid-123"},
|
||||
{"imdb", "tt2802850", "imdbid-tt2802850"},
|
||||
{"none", "", ""},
|
||||
{"tmdb", "", ""},
|
||||
{"weird", "1", ""},
|
||||
|
||||
Reference in New Issue
Block a user