mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-23 19:38:50 +00:00
Minor refactor
This commit is contained in:
@@ -208,7 +208,7 @@ def fetch_playlist(plid, locale)
|
||||
if updated
|
||||
updated = decode_date(updated)
|
||||
else
|
||||
updated = Time.now
|
||||
updated = Time.utc
|
||||
end
|
||||
|
||||
playlist = Playlist.new(
|
||||
|
||||
Reference in New Issue
Block a user