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