-
Notifications
You must be signed in to change notification settings - Fork 106
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
Added the stop button #279
base: develop
Are you sure you want to change the base?
Conversation
Add Stop button
stop button added
Codecov Report
@@ Coverage Diff @@
## develop #279 +/- ##
===========================================
+ Coverage 95.89% 96.90% +1.01%
===========================================
Files 2 3 +1
Lines 73 97 +24
===========================================
+ Hits 70 94 +24
Misses 3 3
Continue to review full report at Codecov.
|
hard tab replaced by soft tabs
Hard tab replaced with softtab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard tabs are replaced with soft tabs
toast('Stopping current track...') | ||
mopidy.playback.stop() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation on this line doesn't match the indentation in other functions on either side of this function.
Just added the stop button, probably it need testing as I do not have all the services installed in my env.