jellyfin / jellyfin-plugin-reports

Reports Plugin for Jellyfin
https://jellyfin.org
MIT License
29 stars 18 forks source link

Disabled columns are still shown in exports #63

Open unikitty37 opened 2 years ago

unikitty37 commented 2 years ago

I tried a CSV export with the Genres column disabled, in order to work around #29:

However, the exported file still had the Genres column, and columns after that were all messed up in rows that had more than one genre.

I would have expected CSV and XLS exports to honour the user's column selection, and not export those that are not enabled.