Video playback fixes
Merged to YouTubeExplode instead of MyToolkit
This commit is contained in:
@@ -76,7 +76,7 @@ namespace FoxTube.Pages.SettingsPages
|
||||
|
||||
private void quality_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
{
|
||||
settings.Values["quality"] = quality.SelectedIndex;
|
||||
settings.Values["quality"] = (quality.SelectedItem as ComboBoxItem).Tag as string;
|
||||
}
|
||||
|
||||
private void mobileWarning_Toggled(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user