isRemote --> isLink

This commit is contained in:
syuilo 2019-04-09 23:07:08 +09:00
parent 74a4bd704c
commit ea06665c51
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 5 additions and 5 deletions

View file

@ -150,5 +150,5 @@ export class DriveFile {
default: false,
comment: 'Whether the DriveFile is direct link to remote server.'
})
public isRemote: boolean;
public isLink: boolean;
}