fix(typo): 'Salect' -> 'Select'

This commit is contained in:
Fijxu 2025-04-17 16:55:30 -04:00
parent 0c07e9d27a
commit 05b99df49a
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -91,7 +91,7 @@ module Invidious::Database::Playlists
end
# -------------------
# Salect
# Select
# -------------------
def select(*, id : String) : InvidiousPlaylist?
@ -113,7 +113,7 @@ module Invidious::Database::Playlists
end
# -------------------
# Salect (filtered)
# Select (filtered)
# -------------------
def select_like_iv(email : String) : Array(InvidiousPlaylist)
@ -213,7 +213,7 @@ module Invidious::Database::PlaylistVideos
end
# -------------------
# Salect
# Select
# -------------------
def select(plid : String, index : VideoIndex, offset, limit = 100) : Array(PlaylistVideo)