mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +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;
|
||||
kHidden = 0xc;
|
||||
kSupportsPlaylistV2 = 0xd;
|
||||
kUnknown = 0xe;
|
||||
kSupportsExternalEpisodes = 0xe;
|
||||
}
|
||||
|
||||
message Goodbye {
|
||||
|
|
Loading…
Reference in a new issue