fix linting + use .empty?

This commit is contained in:
Emilien 2024-11-16 23:00:48 +01:00
parent 9f846127ae
commit b51770dbdb
2 changed files with 4 additions and 4 deletions

View File

@ -257,7 +257,7 @@ class Config
puts "Config: You can not run inv_sig_helper and invidious_companion at the same time."
exit(1)
end
if !CONFIG.invidious_companion_key
if CONFIG.invidious_companion_key.empty?
puts "Config: Please configure a key if you are using invidious companion."
exit(1)
elsif CONFIG.invidious_companion_key == "CHANGE_ME!!"