sk89q / playx

Play videos / movies in GMod (note: see forks)
GNU Lesser General Public License v3.0
20 stars 32 forks source link

Volume is broken with youtube player, possible fix included. #29

Open someone972 opened 12 years ago

someone972 commented 12 years ago

The volume control for the youtube handler in version 2.6 appears to have broken at some point (and browsing the repository it appears to still be broken). It seems the element name that the youtube popup window uses has changed from 'video-player' to 'video-player-flash'. Replacing the instances of 'video-player' in the popup youtube section with 'video-player-flash' seems to have fixed it.