mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
Merge pull request #1812 from dkanada/settings
Avoid editing preferences without user interaction
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user