Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Hirschberger committed Nov 5, 2023
2 parents c6b2d6b + 711bf9c commit 62a36d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MMM-MplayerRadio",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "MMM-MplayerRadio.js",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/vlcPaWrapper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ exit_script() {
then
echo "Kill vlc process with pid $VLC_PID"
kill $VLC_PID
sleep 1
kill -9 $VLC_PID
else
echo "VLC is stopped already"
fi
Expand Down
2 changes: 2 additions & 0 deletions scripts/vlcWrapper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ exit_script() {
then
echo "Kill vlc process with pid $VLC_PID"
kill $VLC_PID
sleep 1
kill -9 $VLC_PID
else
echo "VLC is stopped already"
fi
Expand Down

0 comments on commit 62a36d9

Please sign in to comment.