Add waypoints to Chapters

This allows a podcast app to determine if the locations in the chapters object is a series of connected waypoints that should be displayed with routing between the markers for use in audio tours.
pull/231/head
Steven Bell 2021-04-15 14:51:27 -05:00 zatwierdzone przez GitHub
rodzic 294e73ed09
commit 224557f2f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,7 @@ The chapters object is a simple JSON object with only 2 required properties:
- `podcastName` (optional - string) The name of the podcast this episode belongs to.
- `description` (optional - string) A description of this episode.
- `fileName` (optional - string) The name of the audio file these chapters apply to.
- `waypoints` (optional - boolean) If this property is present, the locations in a chapter object should be displayed with a route between locations.
<br>