mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Add: old podcast ID to unknown formats
This commit is contained in:
parent
4bf279588b
commit
0585f81523
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ class Server {
|
|||
validate: (v) => /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.test(v.toString())
|
||||
}
|
||||
],
|
||||
unknownFormats: ['li_[a-z0-9]{18}', '[0-9]*'],
|
||||
unknownFormats: ['li_[a-z0-9]{18}', 'pod_[a-z0-9]{18}', '[0-9]*'],
|
||||
ignoreUndocumented: true
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue