Skip to content

Commit

Permalink
fix *significant* typo Inster -> Insert (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fduncanh committed Jun 18, 2024
1 parent 4164552 commit 6ea955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/ap_airplay_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ void ap_airplay_connection::post_action_handler(const request &req, response &re
}

res.with_content_type(TEXT_APPLE_PLIST_XML).with_content(ERROR_STATUS_RESPONSE);
} else if (0 == compare_string_no_case(type, "playlistInster")) {
} else if (0 == compare_string_no_case(type, "playlistInsert")) {
LOGD() << "Action type: " << type << ". Add new playback.";

} else if (0 == compare_string_no_case(type, "playlistRemove")) {
Expand Down

0 comments on commit 6ea955a

Please sign in to comment.