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.
1 parent c3d328b commit a63fca8Copy full SHA for a63fca8
src/invidious.cr
@@ -158,6 +158,12 @@ Invidious::Database.check_integrity(CONFIG)
158
{% puts "\nDone checking player dependencies, now compiling Invidious...\n" %}
159
{% end %}
160
161
+# invidious_companion and signature_server can't work together
162
+if CONFIG.signature_server && CONFIG.invidious_companion
163
+ puts "You can not run inv_sig_helper and invidious_companion at the same time."
164
+ exit(1)
165
+end
166
+
167
# Misc
168
169
DECRYPT_FUNCTION =
0 commit comments