Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #507 from thebigmunch/podcast-fixes
Browse files Browse the repository at this point in the history
Podcast fixes
  • Loading branch information
simon-weber committed Oct 20, 2016
2 parents 83461ec + 6289da1 commit ac3fc6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion gmusicapi/protocol/mobileclient.py
Expand Up @@ -533,7 +533,10 @@
'items': sj_podcast_episode
},
'explicitType': {'type': 'string'},
'link': {'type': 'string'},
'link': {
'type': 'string',
'required': False
},
'seriesId': {'type': 'string'},
'title': {'type': 'string'},
'totalNumEpisodes': {'type': 'integer'},
Expand Down
2 changes: 1 addition & 1 deletion gmusicapi/test/server_tests.py
Expand Up @@ -53,7 +53,7 @@

# An episode of Note to Self.
# Picked because it's very short (~4 minutes).
TEST_PODCAST_EPISODE_ID = 'D6m6ruf4hiojsms5nkc7hpeslvi'
TEST_PODCAST_EPISODE_ID = 'Diksw5cywxflebfs3dbiiabfphu'
TEST_PODCAST_EPISODE_HASH = 'e8ff4efd6a3a6a1017b35e0ef564d840'

# Amorphis
Expand Down

0 comments on commit ac3fc6b

Please sign in to comment.