UPDATE: Use helpers functions for saving the volume settings

This commit is contained in:
Edgardo Ramírez
2020-10-06 15:46:07 -05:00
parent 66db710761
commit ac1860d325
2 changed files with 6 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ export const MESSAGE_OFFLINE = 'Stream is offline.';
export const MESSAGE_ONLINE = 'Stream is online.';
export const URL_OWNCAST = 'https://owncast.online'; // used in footer
export const PLAYER_VOLUME = 'owncast_volume';
export const KEY_USERNAME = 'owncast_username';