![]() |
Delete Single Season of show - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Delete Single Season of show (/t-delete-single-season-of-show) |
Delete Single Season of show - designingbeing - 2025-03-11 Jellyfin's delete menu item behaves differently on a season inside a show, depending on whether or not there are multiple seasons of the show in the media library.
I tried looking into it, I only got as far as finding that the CanDelete field of a season returns false to the UI when there is only one seasons of a show available.The behaviour is not intuitive to me: based on the behaviour of single-season shows I thought there was no option to delete single seasons of shows at all. Is this intended behaviour? Is there something I could edit to enable deleting single seasons of a show from the show view if only one season is available? RE: Delete Single Season of show - theguymadmax - 2025-03-11 This issue arises when you don't organize your files into folders and instead use a flat structure. Here's an example to illustrate: Code: Yellowstone (2018) Vs Code: Yellowstone (2018) You need to move your media into season folders for the delete option to be enabled. |