|
|
@ -63,7 +63,8 @@ class StreamLogPlaylistsMiddleware(Middleware):
|
|
|
|
"sheet_name": playlists_worksheet,
|
|
|
|
"sheet_name": playlists_worksheet,
|
|
|
|
"_parse_errors": [],
|
|
|
|
"_parse_errors": [],
|
|
|
|
# Special case for the "all everything" list, otherwise all playlists have a single tag.
|
|
|
|
# Special case for the "all everything" list, otherwise all playlists have a single tag.
|
|
|
|
"tags": [] if tags["tag"] == "<all>" else [tag["tag"]],
|
|
|
|
"tags": [] if tag["tag"] == "<all>" else [tag["tag"]],
|
|
|
|
|
|
|
|
"playlist_id": tag["playlist"]
|
|
|
|
"name": "unknown", # TODO missing in StreamLog
|
|
|
|
"name": "unknown", # TODO missing in StreamLog
|
|
|
|
"show_in_description": False, # TODO missing in StreamLog
|
|
|
|
"show_in_description": False, # TODO missing in StreamLog
|
|
|
|
"description": tag["description"],
|
|
|
|
"description": tag["description"],
|
|
|
|