mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix podcast feed URL
This commit is contained in:
parent
b9c3a4837e
commit
1797f7e548
3 changed files with 17 additions and 3 deletions
|
@ -6,3 +6,10 @@ export const FeedFormat = {
|
|||
} as const
|
||||
|
||||
export type FeedFormatType = typeof FeedFormat[keyof typeof FeedFormat]
|
||||
|
||||
export const FeedType = {
|
||||
VIDEOS: 'videos',
|
||||
PODCAST: 'podcast'
|
||||
} as const
|
||||
|
||||
export type FeedType_Type = typeof FeedType[keyof typeof FeedType]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue