Bug #5929
Pulling m3u with tag not pulling auth token
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-07-16
Due date:
% Done:
0%
Estimated time:
Found in version:
4.3-1893~g313803bb6
Affected Versions:
Description
Hi - I can't seem to get the m3u playlist to append the auth token in the stream URL inside the file.
https://username:password@server/playlist/tagid/<tagid>/auth?auth=<token>
I get a m3u file back but without the auth token code inside the file
Without tagid it works:
https://username:password@server/playlist/auth?auth=<token>
Thanks.