]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-library/+my-video-channels/my-video-channel-edit.ts
Add ability to update the banner
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / +my-video-channels / my-video-channel-edit.ts
index 3e20a27ee4fb2fee9d5c829507ea203e8751855f..0cdf2fe3407b2b1c7a6b02108633706ca2dce498 100644 (file)
@@ -15,6 +15,8 @@ export abstract class MyVideoChannelEdit extends FormReactive {
   // We need this method so angular does not complain in child template that doesn't need this
   onAvatarChange (formData: FormData) { /* empty */ }
   onAvatarDelete () { /* empty */ }
+  onBannerChange (formData: FormData) { /* empty */ }
+  onBannerDelete () { /* empty */ }
 
   // Should be implemented by the child
   isBulkUpdateVideosDisplayed () {