Skip to content

Commit

Permalink
Rename of SessionHandlerMessageTypes constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Feb 28, 2024
1 parent 13a3e5f commit 1b62a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object SessionHandlerMessageTypes {
const val REGISTER_CLIENT = 4
const val UNREGISTER_CLIENT = 5
const val START_PLAYBACK_BY_MEDIA_PLAYER_ENTRY_MESSAGE = 6
const val SESSION_HANDLER_TRIGGERS_PLAYBACK = 6
const val TRIGGER_PLAYBACK = 6
const val UPDATE_LOOKUP_TABLE = 7
const val SET_M5_ENDPOINT = 8
const val START_PLAYBACK_BY_SERVICE_LIST_ENTRY_MESSAGE = 9
Expand Down

0 comments on commit 1b62a55

Please sign in to comment.