mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fixed persistence bug with PeerTube
This commit is contained in:
@@ -102,7 +102,7 @@ public class PeerTube(ChatBot kfChatBot) : IDisposable
|
|||||||
|
|
||||||
_logger.Debug($"Persisting currently live streams, count is {currentlyLive.Count}");
|
_logger.Debug($"Persisting currently live streams, count is {currentlyLive.Count}");
|
||||||
await SettingsProvider.SetValueAsJsonObjectAsync(BuiltIn.Keys.KiwiPeerTubePersistedCurrentlyLiveStreams,
|
await SettingsProvider.SetValueAsJsonObjectAsync(BuiltIn.Keys.KiwiPeerTubePersistedCurrentlyLiveStreams,
|
||||||
currentlyLive);
|
persistedLive);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user