Make latest when overwriting channels
This commit is contained in:
parent
69be9c7c07
commit
62c0f68647
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue