mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
fix(typo): 'Salect' -> 'Select'
This commit is contained in:
parent
0c07e9d27a
commit
05b99df49a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user