Skip to content

Commit

Permalink
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-e…
Browse files Browse the repository at this point in the history
…sp32 into master-v4.3
  • Loading branch information
sle118 committed Oct 6, 2023
2 parents 767b677 + 7248183 commit b0ce38b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/spotify/cspot/src/TrackReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ void TrackReference::decodeURI() {
gid = bigNumAdd(gid, d);
}

#if __cplusplus >= 202002L
if (uri.starts_with("episode")) {
#else
if (uri.find("episode") == 0) {
#endif
if (uri.find("episode:") != std::string::npos) {
type = Type::EPISODE;
}
}
Expand Down
Binary file added server_certs/DigiCertGlobalRootCA.crt.56
Binary file not shown.
Binary file added server_certs/r2m01.cer.28
Binary file not shown.

0 comments on commit b0ce38b

Please sign in to comment.