Skip to content

Commit 4c08bec

Browse files
authored
Merge pull request #492 from FrankZ85/FrankZ85-patch-1
Fix query for new MVW API implementation
2 parents f6bb775 + b0c8bee commit 4c08bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/de/christinecoenen/code/zapp/app/mediathek/api/IMediathekApiService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import retrofit2.http.POST
88

99
interface IMediathekApiService {
1010

11-
@Headers("Content-Type: text/plain")
11+
@Headers("Content-Type: application/json")
1212
@POST("query")
1313
suspend fun listShows(@Body queryRequest: QueryRequest): MediathekAnswer
1414

app/src/main/res/raw/channels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"id": "das_erste",
44
"name": "Das Erste",
5-
"stream_url": "https://mcdn.daserste.de/daserste/de/master.m3u8",
5+
"stream_url": "https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8",
66
"logo_name": "channel_logo_das_erste",
77
"color": "#001A4B"
88
},

0 commit comments

Comments
 (0)