Frontend and backend work together fine, complete workflow is implemented
This commit is contained in:
@@ -18,6 +18,7 @@ const DEFAULT_OPTIONS: SplitOptions = {
|
||||
comment_stream: null,
|
||||
merge_comments: false,
|
||||
comment_separator: '; ',
|
||||
tracklist_format: '%ts %tn - %an', // NEW
|
||||
}
|
||||
|
||||
interface OptionsState {
|
||||
@@ -33,4 +34,4 @@ export const useOptionsStore = create<OptionsState>((set) => ({
|
||||
options: { ...state.options, ...newOptions },
|
||||
})),
|
||||
reset: () => set({ options: { ...DEFAULT_OPTIONS } }),
|
||||
}))
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user