Skip to content

Commit a94c6d4

Browse files
small fix
1 parent 70bb64b commit a94c6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP32_VS1053_Stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ const char *ESP32_VS1053_Stream::currentCodec()
754754

755755
const char *ESP32_VS1053_Stream::lastUrl()
756756
{
757-
return _http != nullptr ? _url : "";
757+
return _http ? _url : "";
758758
}
759759

760760
size_t ESP32_VS1053_Stream::size()

0 commit comments

Comments
 (0)