mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-25 17:40:56 -04:00
fix(typo): 'Salect' -> 'Select'
This commit is contained in:
parent
0c07e9d27a
commit
05b99df49a
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue