mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-18 07:15:13 -05:00
Fixes originally aired dates and times issues. Please perform a mass update of all shows after updating to this new commit to have changes take affect.
This commit is contained in:
parent
e788580d09
commit
8ac0b79986
@ -584,7 +584,7 @@ class Tvdb:
|
|||||||
|
|
||||||
if key == 'airs_time':
|
if key == 'airs_time':
|
||||||
value = parse(value).time()
|
value = parse(value).time()
|
||||||
value = value.strftime("%I:%M")
|
value = value.strftime("%I:%M %p")
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -456,7 +456,7 @@ class TVRage:
|
|||||||
|
|
||||||
if key == 'airs_time':
|
if key == 'airs_time':
|
||||||
value = parse(value).time()
|
value = parse(value).time()
|
||||||
value = value.strftime("%I:%M")
|
value = value.strftime("%I:%M %p")
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user