Skip to content

Commit

Permalink
SigHelper: Rename 'get_player' to 'get_player_version'
Browse files Browse the repository at this point in the history
Co-authored-by: syeopite <[email protected]>
  • Loading branch information
SamantazFox and syeopite authored Jul 6, 2024
1 parent 9713a54 commit a98debf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/helpers/sig_helper.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit a98debf

Please sign in to comment.