Skip to content

Commit

Permalink
Set proper name for kUnknown enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ashthespy committed Sep 26, 2018
1 parent a4e0f58 commit 37c588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/proto/spirc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ enum CapabilityType {
kSupportsRename = 0xb;
kHidden = 0xc;
kSupportsPlaylistV2 = 0xd;
kUnknown = 0xe;
kSupportsExternalEpisodes = 0xe;
}

message Goodbye {
Expand Down

0 comments on commit 37c588d

Please sign in to comment.