Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set volume #18

Merged
merged 3 commits into from
Aug 27, 2023

added: volume option to the player

71b503e
Select commit
Loading
Failed to load commit list.
Merged

Add option to set volume #18

added: volume option to the player
71b503e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
codefactor.io / CodeFactor failed Aug 27, 2023 in 1s

2 issues fixed. 6 issues found.

Annotations

Check notice on line 162 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L161-L162

Try, Except, Pass detected. (B110)

Check notice on line 281 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L280-L281

Try, Except, Pass detected. (B110)

Check notice on line 161 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L161

do not use bare 'except' (E722)

Check notice on line 216 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L216

do not use bare 'except' (E722)

Check notice on line 280 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L280

do not use bare 'except' (E722)

Check notice on line 261 in radioactive/__main__.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

radioactive/__main__.py#L261

unresolved comment '# TODO: handle error when favouring last played (aliased) station (BUG) (LOW PRIORITY)' (C100)