Add chapters waypoint flag (#6)
This commit is contained in:
parent
3226f882a3
commit
75e13a5999
@ -227,6 +227,9 @@ type Episode = {
|
|||||||
/// The MIME type for the chapter file
|
/// The MIME type for the chapter file
|
||||||
ChapterType: string option
|
ChapterType: string option
|
||||||
|
|
||||||
|
/// Whether the chapters have locations that should be displayed as waypoints
|
||||||
|
ChapterWaypoints: bool option
|
||||||
|
|
||||||
/// The URL for the transcript of the episode (may be permalink)
|
/// The URL for the transcript of the episode (may be permalink)
|
||||||
TranscriptUrl: string option
|
TranscriptUrl: string option
|
||||||
|
|
||||||
@ -264,6 +267,7 @@ type Episode = {
|
|||||||
Chapters = None
|
Chapters = None
|
||||||
ChapterFile = None
|
ChapterFile = None
|
||||||
ChapterType = None
|
ChapterType = None
|
||||||
|
ChapterWaypoints = None
|
||||||
TranscriptUrl = None
|
TranscriptUrl = None
|
||||||
TranscriptType = None
|
TranscriptType = None
|
||||||
TranscriptLang = None
|
TranscriptLang = None
|
||||||
|
Loading…
Reference in New Issue
Block a user