Checklist
TagStudio Version
git
Operating System & Version
Win10
Description
Line 19 in src/tagstudio/qt/helpers/vendored/ffmpeg.py:
user = os.environ["USER"]
Errors because the USER variable isn't set on Windows.
Expected Behavior
Since this variable is needed for MacOS specific code it should only be executed on MacOS
Steps to Reproduce
- Execute on Windows 10
Logs
No response
Checklist
TagStudio Version
git
Operating System & Version
Win10
Description
Line 19 in
src/tagstudio/qt/helpers/vendored/ffmpeg.py:Errors because the
USERvariable isn't set on Windows.Expected Behavior
Since this variable is needed for MacOS specific code it should only be executed on MacOS
Steps to Reproduce
Logs
No response