drop react player, use dplayer and react-audio-player

This commit is contained in:
spencerwooo
2022-02-02 21:36:12 +08:00
parent 8680bb9685
commit 91236a123f
6 changed files with 116 additions and 84 deletions
+1
View File
@@ -210,6 +210,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
headers: { Authorization: `Bearer ${accessToken}` },
params: {
select: '@microsoft.graph.downloadUrl,name,size,id,lastModifiedDateTime,folder,file,video,image',
$expand: 'thumbnails',
},
})