We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14da69c + b3d301e commit a4c6e42Copy full SHA for a4c6e42
modules/auxiliary/admin/chromecast/chromecast_youtube.rb
@@ -49,7 +49,7 @@ def run
49
when 201
50
print_good("Playing https://www.youtube.com/watch?v=#{vid}")
51
when 200
52
- print_status("Stopping video")
+ print_status('Stopping video')
53
when 404
54
print_error("Couldn't #{action.name.downcase} video")
55
end
0 commit comments