Skip to content

Commit a4c6e42

Browse files
committed
Fix minor issue in chromecast_youtube
2 parents 14da69c + b3d301e commit a4c6e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/chromecast/chromecast_youtube.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def run
4949
when 201
5050
print_good("Playing https://www.youtube.com/watch?v=#{vid}")
5151
when 200
52-
print_status("Stopping video")
52+
print_status('Stopping video')
5353
when 404
5454
print_error("Couldn't #{action.name.downcase} video")
5555
end

0 commit comments

Comments
 (0)