chapter example fixes

pull/241/head
Dave Jones 2021-04-19 16:49:30 -05:00
rodzic 6f9b1cdc66
commit 3c89a5e709
3 zmienionych plików z 11 dodań i 7 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.2.0",
"chapters":
[
{

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.2.0",
"author": "John Doe",
"title": "Episode 7 - Making Progress",
"podcastName": "John's Awesome Podcast",
@ -37,8 +37,12 @@
},
{
"startTime": 4826,
"img": "https://example.com/images/bostonharbor.jpg",
"toc": false
"img": "https://example.com/images/parisfrance.jpg",
"toc": false,
"location": {
"name": "Eiffel Tower, Paris",
"geo": "geo:42.3417649,-70.9661596"
}
},
{
"startTime": 5510,

Wyświetl plik

@ -89,7 +89,7 @@ Here is what a very basic chapters file may look like:
```json
{
"version": "1.1.0",
"version": "1.2.0",
"chapters":
[
{
@ -146,7 +146,7 @@ chapter list, but allows for different artwork to be shown:
```json
{
"version": "1.1.0",
"version": "1.2.0",
"author": "John Doe",
"title": "Episode 7 - Making Progress",
"podcastName": "John's Awesome Podcast",
@ -179,7 +179,7 @@ chapter list, but allows for different artwork to be shown:
},
{
"startTime": 4826,
"img": "https://example.com/images/bostonharbor.jpg",
"img": "https://example.com/images/parisfrance.jpg",
"toc": false,
"location": {
"name": "Eiffel Tower, Paris",