remove redundant condition
This commit is contained in:
parent
821ea78fd4
commit
987384b41c
@ -62,9 +62,7 @@ export const usePlaylist = defineStore('playlist', {
|
||||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
if (e.status >= 403) {
|
||||
indexStore.msgAlert('error', e.data, 5)
|
||||
} else if (e.status >= 400) {
|
||||
if (e.status >= 400) {
|
||||
indexStore.msgAlert('error', e.data, 5)
|
||||
} else if (
|
||||
channel === this.last_channel &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user