Skip to content

Commit

Permalink
Add: old podcast ID to unknown formats
Browse files Browse the repository at this point in the history
  • Loading branch information
nichwall committed Aug 4, 2024
1 parent 4bf2795 commit 0585f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
)
Expand Down

0 comments on commit 0585f81

Please sign in to comment.