Update src/invidious.cr

Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
This commit is contained in:
Fijxu 2026-08-21 22:13:22 -04:00 committed by GitHub
parent 2b3210eeec
commit 789858486b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ require "./invidious/routes/**"
require "./invidious/jobs/base_job" require "./invidious/jobs/base_job"
require "./invidious/jobs/*" require "./invidious/jobs/*"
# Show a nice message for unsupported versions of the Crystal compiler, # Show a nice message in case the current Crystal compiler version is unsupoported```
# encouraging the user compiling Invidious to update it``` # encouraging the user compiling Invidious to update it```
# version. # version.
{% begin %} {% begin %}