mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-20 00:56:43 +08:00
feat: add google_drive driver
This commit is contained in:
@@ -11,11 +11,11 @@ type FileStream struct {
|
||||
WebPutAsTask bool
|
||||
}
|
||||
|
||||
func (f FileStream) GetMimetype() string {
|
||||
func (f *FileStream) GetMimetype() string {
|
||||
return f.Mimetype
|
||||
}
|
||||
|
||||
func (f FileStream) NeedStore() bool {
|
||||
func (f *FileStream) NeedStore() bool {
|
||||
return f.WebPutAsTask
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user