mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 23:35:22 -04:00
80a552a35d
When Jellyfin runs without permission to set process priority (e.g. Docker), StartProcess() logged a warning for every file probed during a library scan. Add a _canSetProcessPriority flag: warn once on first failure, skip all subsequent attempts. Fixes #15287