You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if not defined VLC set VLC="C:\Program Files\VideoLAN\VLC\vlc.exe"
"Program Files" has a space that would be recognized as a line break which stops the execution. Is the text in Windows CRLF? Please change if it's not.
in
if not defined VLC set VLC="C:\Program Files\VideoLAN\VLC\vlc.exe"
"Program Files" has a space that would be recognized as a line break which stops the execution. Is the text in Windows CRLF? Please change if it's not.
(Related to #259 )
The text was updated successfully, but these errors were encountered: