1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Add a few more TMDB list filter languages

Fixes #8248
This commit is contained in:
Qstick 2023-05-28 13:58:34 -05:00
parent ea9c77cf49
commit 53857083f2

View File

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