mirror of
https://github.com/Radarr/Radarr
synced 2026-02-08 15:52:07 +01:00
parent
ea9c77cf49
commit
53857083f2
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue