mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed compiler error on older versions of gcc.
This commit is contained in:
parent
c3ee55f89d
commit
fa4c0d0c67
@ -153,7 +153,7 @@ void GaplessTransport::Stop() {
|
||||
}
|
||||
|
||||
std::string GaplessTransport::Uri() {
|
||||
const auto const player = this->activePlayer;
|
||||
const auto player = this->activePlayer;
|
||||
return player ? player->GetUrl() : "";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user