playlist/soundcloud: make key_str "static const"
This commit is contained in:
@@ -94,7 +94,7 @@ enum key {
|
||||
Other,
|
||||
};
|
||||
|
||||
const char* key_str[] = {
|
||||
static const char *const key_str[] = {
|
||||
"duration",
|
||||
"title",
|
||||
"stream_url",
|
||||
|
Reference in New Issue
Block a user