From 62c0f68647d0e88db9336f95b61c77224e497e51 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sat, 8 Jan 2022 22:37:27 +0100 Subject: [PATCH] Make latest when overwriting channels --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index e022937..624a089 100644 --- a/src/main.py +++ b/src/main.py @@ -112,6 +112,7 @@ class Cast(wx.Frame): for channel in subscriptions: channels.append(YouTube.YouTube(channel[0], channel[1])) self.m_providers[1].set_channels(channels) + self.m_providers[1].make_latest() self.show_channel_list(None,self.m_selected_provider_index) def show_provider_list(self, _) -> None: