mirror of
https://github.com/BillyOutlast/GrindrPlus.git
synced 2026-07-01 15:43:22 -04:00
GrindrPlus: Fix dates in spline
- Thanks to Oliver Change-Id: I72ea86589648d49397fc150034c0fd5a5a9a3fac
This commit is contained in:
@@ -87,8 +87,8 @@ object GrindrPlus {
|
||||
1733349060L to 711676000, // 2024-12-04
|
||||
1735229820L to 718934000, // 2024-12-26
|
||||
1738065780L to 730248000, // 2025-01-29
|
||||
1744887214L to 733779000, // 2025-02-09
|
||||
1747665214L to 744008000 // 2025-03-10
|
||||
1739059200L to 733779000, // 2025-02-09
|
||||
1741564800L to 744008000 // 2025-03-10
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
+2
-2
@@ -15,6 +15,6 @@
|
||||
{"time": 1733349060, "id": 711676000},
|
||||
{"time": 1735229820, "id": 718934000},
|
||||
{"time": 1738065780, "id": 730248000},
|
||||
{"time": 1744887214, "id": 733779000},
|
||||
{"time": 1747665214, "id": 744008000}
|
||||
{"time": 1739059200, "id": 733779000},
|
||||
{"time": 1741564800, "id": 744008000}
|
||||
]
|
||||
Reference in New Issue
Block a user