Add media segment manager

This commit is contained in:
Bill Thornton
2024-10-02 17:09:59 -04:00
parent 809dba510a
commit b93450098a
7 changed files with 179 additions and 14 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export class UserSettings {
* Get value of setting.
* @param {string} name - Name of setting.
* @param {boolean} [enableOnServer] - Flag to return preferences from server (cached).
* @return {string} Value of setting.
* @return {string | null} Value of setting.
*/
get(name, enableOnServer) {
const userId = this.currentUserId;