prettier
This commit is contained in:
parent
75a2ee89a9
commit
36969b929c
@ -29,7 +29,7 @@ interface AccountCreateAttributes {
|
|||||||
|
|
||||||
interface PlaylistAttributes {
|
interface PlaylistAttributes {
|
||||||
id: number
|
id: number
|
||||||
status: 'waiting' | 'preparing' | 'downloading' | 'merging' | 'decrypting' | 'completed' | 'failed'
|
status: 'waiting' | 'preparing' | 'downloading' | 'merging' | 'decrypting' | 'completed' | 'failed'
|
||||||
media: CrunchyEpisode | ADNEpisode
|
media: CrunchyEpisode | ADNEpisode
|
||||||
dub: Array<string>
|
dub: Array<string>
|
||||||
sub: Array<string>
|
sub: Array<string>
|
||||||
|
@ -185,7 +185,7 @@ export async function deleteVideoToken(content: string, token: string) {
|
|||||||
if (!login) return
|
if (!login) return
|
||||||
|
|
||||||
const headers = {
|
const headers = {
|
||||||
Authorization: `Bearer ${login.access_token}`,
|
Authorization: `Bearer ${login.access_token}`
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user