mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
chore: add sub ext
This commit is contained in:
@@ -55,7 +55,7 @@ var defaultAcceptedVideoFormats = []string{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var defaultAcceptedSubtitleFormats = []string{
|
var defaultAcceptedSubtitleFormats = []string{
|
||||||
".ass", ".srt",".vtt", ".webvtt", ".sub",
|
".ass", ".srt",".vtt", ".webvtt", ".sub", ".idx",
|
||||||
}
|
}
|
||||||
type NamingInfo struct {
|
type NamingInfo struct {
|
||||||
NameCN string
|
NameCN string
|
||||||
|
|||||||
Reference in New Issue
Block a user