mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 14:42:58 +01:00
update playtwitch to new zig version
This commit is contained in:
parent
a14a1a578f
commit
d754124556
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue