SigHelper: Rename 'get_player' to 'get_player_version'

Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
This commit is contained in:
Samantaz Fox 2024-07-06 18:02:18 +00:00 committed by GitHub
parent 9713a54f67
commit a98debfe88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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|