Add a few more TMDB list filter languages

Fixes #8248
pull/8632/head
Qstick 1 year ago
parent ea9c77cf49
commit 53857083f2

@ -1,4 +1,4 @@
namespace NzbDrone.Core.ImportLists.TMDb namespace NzbDrone.Core.ImportLists.TMDb
{ {
public enum TMDbLanguageCodes public enum TMDbLanguageCodes
{ {
@ -21,6 +21,10 @@
sv, sv,
tr, tr,
vi, vi,
zh zh,
ta,
te,
hi,
bn
} }
} }

Loading…
Cancel
Save