Merge pull request #1812 from dkanada/settings

Avoid editing preferences without user interaction
pull/1817/head
Joshua M. Boniface 5 years ago committed by GitHub
commit d64005df40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,9 +83,6 @@ namespace MediaBrowser.Controller.MediaEncoding
}
}
// Avoid performing a second attempt when the first one
// hasn't tried hardware encoding anyway.
encodingOptions.EnableHardwareEncoding = false;
return defaultEncoder;
}

Loading…
Cancel
Save