1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Added AirDateUtc for UTC offset time

This commit is contained in:
Mark McDowall
2013-07-23 22:28:06 -07:00
parent 7689b50dee
commit eb5a15a8ca
18 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ define(
state: {
pageSize: 15,
sortKey : 'airDate',
sortKey : 'airDateUtc',
order : 1
},