3e0e11c01e
* Auto theme preference added * Fix lint * Add and use AUTO from consts * Add shared custom hook to get current theme * Moved up 'Auto' choice * AUTO -> AUTO_THEME_ID & extract useCurrentTheme to file * Liberalise theme setting * Add tests
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
export const REST_URL = '/app/api'
|
|
|
|
export const M3U_MIME_TYPE = 'audio/x-mpegurl'
|
|
|
|
export const AUTO_THEME_ID = 'AUTO_THEME_ID'
|