Zibbp / ganymede

Twitch VOD and Live Stream archiving platform. Includes a rendered and real-time chat for each archive.
https://github.com/Zibbp/ganymede
GNU General Public License v3.0
457 stars 24 forks source link

Delete files slider only works fro /admin/vods? #237

Closed c-hri-s closed 1 year ago

c-hri-s commented 1 year ago

The 'delete files' slider doesn't seem to be working on the individual channel page, only from the vod list. Is this by design? It didn't used to be this way.

If I visit /admin/vods then I can choose the trashcan and then have the option to select the delete files slider.

If I visit /channels/bknights89 (for example), then when I go to the 3 dots and select 'delete', I see the delete files slider, but you can't select it.

Zibbp commented 1 year ago

I never added support for deleting the channel and all videos when I implemented the "delete files" slider. I'll look into adding this.

c-hri-s commented 1 year ago

It used to work in previous versions, perhaps unintentionally. Thanks for considering adding it

Zibbp commented 1 year ago

I misread what you originally said. I fixed the "delete files" slider in the video menu in https://github.com/Zibbp/ganymede-frontend/pull/12 and hope to have it released sometime this weekend.

c-hri-s commented 1 year ago

That's great, thank you!

Zibbp commented 1 year ago

Fix released in https://github.com/Zibbp/ganymede/releases/tag/v1.3.2

c-hri-s commented 1 year ago

Confirmed fixed, thanks