You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/invidious/config.cr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -285,9 +285,9 @@ class Config
285
285
end
286
286
end
287
287
elsif config.signature_server
288
-
puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/installation/#migration-needed-new-invidious-companion")
288
+
puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/installation/")
289
289
else
290
-
puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/installation/#migration-needed-new-invidious-companion")
290
+
puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/installation/")
0 commit comments