mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
feat: download tmdb img & change name_cn
This commit is contained in:
@@ -16,6 +16,13 @@ const (
|
||||
|
||||
const (
|
||||
IndexerTorznabImpl = "torznab"
|
||||
DataPath = "./data"
|
||||
ImgPath = DataPath + "/img"
|
||||
)
|
||||
|
||||
const (
|
||||
LanguageEN = "en-US"
|
||||
LanguageCN = "zh-CN"
|
||||
)
|
||||
|
||||
type ResolutionType string
|
||||
|
||||
Reference in New Issue
Block a user