Merge pull request #6900 from ianjazz246/local-time-test
This commit is contained in:
commit
e30ac91f16
|
@ -61,7 +61,7 @@ namespace Jellyfin.Server.Implementations.Tests.LiveTv
|
||||||
{
|
{
|
||||||
Name = "The Big Bang Theory",
|
Name = "The Big Bang Theory",
|
||||||
IsProgramSeries = true,
|
IsProgramSeries = true,
|
||||||
OriginalAirDate = new DateTime(2018, 12, 6)
|
OriginalAirDate = new DateTime(2018, 12, 6, 0, 0, 0, DateTimeKind.Local)
|
||||||
});
|
});
|
||||||
|
|
||||||
data.Add(
|
data.Add(
|
||||||
|
@ -70,7 +70,7 @@ namespace Jellyfin.Server.Implementations.Tests.LiveTv
|
||||||
{
|
{
|
||||||
Name = "The Big Bang Theory",
|
Name = "The Big Bang Theory",
|
||||||
IsProgramSeries = true,
|
IsProgramSeries = true,
|
||||||
OriginalAirDate = new DateTime(2018, 12, 6),
|
OriginalAirDate = new DateTime(2018, 12, 6, 0, 0, 0, DateTimeKind.Local),
|
||||||
EpisodeTitle = "The VCR Illumination"
|
EpisodeTitle = "The VCR Illumination"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user