diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-02-11 07:46:52 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2023-02-11 07:46:52 -0700 |
| commit | 32eccc139c4b35aef04a29cefb11c6130726f617 (patch) | |
| tree | 3d4ac7fc62341bcffb37e080dbcd243da97a4b12 /tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv | |
| parent | 7b1bd9f234b0404007a9331c6a133f8a9a241ae0 (diff) | |
LiveTV fixes
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv')
| -rw-r--r-- | tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/Listings/XmlTv/emptycategory.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/Listings/XmlTv/emptycategory.xml b/tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/Listings/XmlTv/emptycategory.xml new file mode 100644 index 0000000000..dd4aa89774 --- /dev/null +++ b/tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/Listings/XmlTv/emptycategory.xml @@ -0,0 +1,6 @@ +<tv date="20221104"> + <programme channel="3297" start="20221104130000 -0400" stop="20221105235959 -0400"> + <category lang="en" /> + <category lang="en">sports</category> + </programme> +</tv> |
