mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Set proper name for kUnknown
enum
This commit is contained in:
parent
a4e0f582a8
commit
37c588d6a1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ enum CapabilityType {
|
||||||
kSupportsRename = 0xb;
|
kSupportsRename = 0xb;
|
||||||
kHidden = 0xc;
|
kHidden = 0xc;
|
||||||
kSupportsPlaylistV2 = 0xd;
|
kSupportsPlaylistV2 = 0xd;
|
||||||
kUnknown = 0xe;
|
kSupportsExternalEpisodes = 0xe;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Goodbye {
|
message Goodbye {
|
||||||
|
|
Loading…
Reference in a new issue