mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 04:26:13 +01:00
Merge pull request #1812 from dkanada/settings
Avoid editing preferences without user interaction
This commit is contained in:
commit
d64005df40
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…
Reference in a new issue