Fixed aired NFO tag for episodes
This commit is contained in:
parent
b6e03b2058
commit
84226034ec
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ defmodule Pinchflat.Metadata.NfoBuilder do
|
|||
<showtitle>#{metadata["uploader"]}</showtitle>
|
||||
<uniqueid type="youtube" default="true">#{metadata["id"]}</uniqueid>
|
||||
<plot>#{metadata["description"]}</plot>
|
||||
<premiered>#{upload_date}</premiered>
|
||||
<aired>#{upload_date}</aired>
|
||||
<season>#{upload_date.year}</season>
|
||||
<episode>#{Calendar.strftime(upload_date, "%m%d")}</episode>
|
||||
<genre>YouTube</genre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue