diff --git a/src/providers/twitch/TwitchServer.cpp b/src/providers/twitch/TwitchServer.cpp index 0ea4cd37d..2a63b1eb7 100644 --- a/src/providers/twitch/TwitchServer.cpp +++ b/src/providers/twitch/TwitchServer.cpp @@ -269,7 +269,7 @@ std::shared_ptr TwitchServer::getChannelOrEmptyByID( continue; if (twitchChannel->roomId() == channelId && - twitchChannel->getName().split(":").size() < 3) + twitchChannel->getName().splitRef(":").size() < 3) { return twitchChannel; }