Skip to content

Commit

Permalink
Remove instance switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
CattoGamer committed Dec 21, 2024
1 parent 639fb18 commit 29d171f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions workshop/lua/autorun/properties/mediaplayer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,4 @@ AddMediaPlayerProperty( "mp-disable", {
Action = function( self, ent )
MediaPlayer.RequestListen( ent )
end
})

AddMediaPlayerProperty( "mp-instance-switcher", {
MenuLabel = "YouTube Instance Switcher",
MenuIcon = "icon16/cog.png",
Filter = IsMediaPlayer,

Action = function( self, ent )

RunConsoleCommand("mediaplayer_invidious_switch")

end
})
})

0 comments on commit 29d171f

Please sign in to comment.