mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 15:02:14 +05:30
SigHelper: Rename 'get_player' to 'get_player_version'
Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
This commit is contained in:
parent
9713a54f67
commit
a98debfe88
@ -127,7 +127,7 @@ class Invidious::SigHelper
|
||||
end
|
||||
|
||||
# Return the current player's version
|
||||
def get_player : UInt32?
|
||||
def get_player_version : UInt32?
|
||||
request = Request.new(Opcode::GET_PLAYER_STATUS, nil)
|
||||
|
||||
send_request(request) do |bytes|
|
||||
|
Loading…
Reference in New Issue
Block a user