diff --git a/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.component.ts b/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.component.ts index d12bf10..72e6b41 100644 --- a/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.component.ts +++ b/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.component.ts @@ -38,7 +38,7 @@ export class VideoFileModal implements OnInit, OnDestroy { DOWNLOADED: VideoFile.STATUS_DOWNLOADED }; - enable_blob_storage_options = false; + enableBlobStorageOptions = false; constructor(private _dialogRef: UIDialogRef, private _adminService: AdminService, diff --git a/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.html b/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.html index 38873e3..804ce0c 100644 --- a/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.html +++ b/src/app/admin/bangumi-detail/video-file-modal/video-file-modal.html @@ -29,22 +29,22 @@

- +
- +
- +
-
+
@@ -98,7 +98,7 @@

\ No newline at end of file