Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasguyer committed Sep 24, 2024
1 parent b399b03 commit 7db5067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cspot/include/DeviceStateHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class DeviceStateHandler {
free(string);
string = NULL;
}

static void reloadTrackList(void*);
};
} // namespace cspot
3 changes: 1 addition & 2 deletions cspot/src/DeviceStateHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ DeviceStateHandler::DeviceStateHandler(std::shared_ptr<cspot::Context> ctx) {
0, //supports_lossless_audio
true,
1, //supports_set_options_command
true,
{false, 0, false, 0, true, 1}};
true, {false, 0, false, 0, true, 1}};
device.device_info.capabilities.supported_types =
(char**)calloc(5, sizeof(char*));
device.device_info.capabilities.supported_types[0] = strdup("audio/track");
Expand Down

0 comments on commit 7db5067

Please sign in to comment.