update playtwitch to new zig version

This commit is contained in:
LordMZTE 2022-12-11 20:55:29 +01:00
parent a14a1a578f
commit d754124556
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -75,7 +75,7 @@ pub fn configLoaderThread(state: *State) !void {
defer state.mutex.unlock();
state.channels_file_data = channels_data;
state.channels = channels.toOwnedSlice();
state.channels = try channels.toOwnedSlice();
}
@import("live.zig").tryFetchChannelsLive(state);