Make latest when overwriting channels

This commit is contained in:
Micke Nordin 2022-01-08 22:37:27 +01:00
parent 69be9c7c07
commit 62c0f68647
Signed by: micke
GPG key ID: 014B273D614BE877

View file

@ -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: