Pull titleMaxLength value from server rather than hardcode
A YouTube video player as a Google Chrome extension
Brought to you by:
tomkozak
Originally created by: MeoMix
The createPlaylistDialog and editPlaylistDialog both hardcode the value for 'titleMaxLength' at 150. This is the correct value, but it's not very flexible. If the server's value changes then this would be stale. It would be good to use the value from the server instead.