We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6bb775 + b0c8bee commit 4c08becCopy full SHA for 4c08bec
app/src/main/java/de/christinecoenen/code/zapp/app/mediathek/api/IMediathekApiService.kt
@@ -8,7 +8,7 @@ import retrofit2.http.POST
8
9
interface IMediathekApiService {
10
11
- @Headers("Content-Type: text/plain")
+ @Headers("Content-Type: application/json")
12
@POST("query")
13
suspend fun listShows(@Body queryRequest: QueryRequest): MediathekAnswer
14
app/src/main/res/raw/channels.json
@@ -2,7 +2,7 @@
2
{
3
"id": "das_erste",
4
"name": "Das Erste",
5
- "stream_url": "https://mcdn.daserste.de/daserste/de/master.m3u8",
+ "stream_url": "https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8",
6
"logo_name": "channel_logo_das_erste",
7
"color": "#001A4B"
},
0 commit comments