mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +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);
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
|
||||
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