[enhancement]: support viewing current/setting current time in remote

This commit is contained in:
Kendall Garner
2024-08-24 13:26:45 -07:00
parent b347b794b9
commit 5b2977e5e8
9 changed files with 61 additions and 13 deletions
+6
View File
@@ -139,6 +139,12 @@ export const useRemoteStore = create<SettingsSlice>()(
});
break;
}
case 'position': {
set((state) => {
state.info.position = data;
});
break;
}
case 'proxy': {
set((state) => {
if (state.info.song) {