Description
Describe the bug
It looks like some VOD categories are missing on XStream.
Expected behavior
All VODs are shown in groups in the m3u-editor UI.
Actual behavior
Only certain VOD categories are showing up.
Additional context
It looks like the parser is getting some vod categories, but not all, e.g. the series categories:
https://github.com/sparkison/m3u-editor/blob/master/app/Jobs/ProcessM3uImport.php#L177
Doing tests on the XStream API, the following endpoint lists out the Series
' VODs:
$baseUrl/player_api.php?username=$user&password=$password&action=get_series_categories
Sample json result is:
[ { "category_id": "1533", "category_name": "Category A", "parent_id": 0 }, { "category_id": "1521", "category_name": "Category B", "parent_id": 0 }, { "category_id": "1511", "category_name": "Category C", "parent_id": 0 },