Commit a189343 1 parent fe7b7fb commit a189343 Copy full SHA for a189343
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ export const GDriveRenderer: InitPlugin["renderer"] = ({
436
436
}
437
437
} , [ ] )
438
438
useEffect ( ( ) => {
439
- if ( isSignedIn && accessToken ) {
439
+ if ( isSignedIn && accessToken && driveClient ) {
440
440
// @ts -expect-error miss type
441
441
gapi . auth . setToken ( { access_token : accessToken } )
442
442
setIsReady ( true )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export const GDRIVE_META = {
4
4
id : GDRIVE_ID ,
5
5
name : "Google Drive" ,
6
6
author : "ci7lus" ,
7
- version : "0.0.3 " ,
7
+ version : "0.0.4 " ,
8
8
description : "Google Driveにある動画ファイルの再生を行うプラグインです。" ,
9
9
authorUrl : "https://github.com/ci7lus" ,
10
10
url : "https://github.com/ci7lus/miraktest-plugins/tree/master/src/miraktest-gdrive" ,
You can’t perform that action at this time.
0 commit comments