mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
avoid editing preferences without user interaction
This commit is contained in:
parent
ee637e8fec
commit
7a88e7fa34
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue