mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
Merge branch 'master-v4.3' of https://github.com/sle118/squeezelite-esp32 into master-v4.3
This commit is contained in:
@@ -24,11 +24,7 @@ void TrackReference::decodeURI() {
|
|||||||
gid = bigNumAdd(gid, d);
|
gid = bigNumAdd(gid, d);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if __cplusplus >= 202002L
|
if (uri.find("episode:") != std::string::npos) {
|
||||||
if (uri.starts_with("episode")) {
|
|
||||||
#else
|
|
||||||
if (uri.find("episode") == 0) {
|
|
||||||
#endif
|
|
||||||
type = Type::EPISODE;
|
type = Type::EPISODE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
server_certs/DigiCertGlobalRootCA.crt.56
Normal file
BIN
server_certs/DigiCertGlobalRootCA.crt.56
Normal file
Binary file not shown.
BIN
server_certs/r2m01.cer.28
Normal file
BIN
server_certs/r2m01.cer.28
Normal file
Binary file not shown.
Reference in New Issue
Block a user