Kodi Community Forum

Full Version: Change in export values?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using the latest nightly build (12Dec17) and I have noticed that the tvshows template export dateAdded field:
Code:
${show.dateAdded;date(yyyy-MM-dd)}
now displays the export date, not the date the show was added to the library like the movies template export dateAdded field:
Code:
${movie.dateAdded;date(yyyy-MM-dd)}
.  Is this an error or has there been changes with the variables?
Is this still present?
b/c it works for me; and nothing has changed here.
Just added your TV snipped to a template - old date when added was correctly exported.