added library list to editor

This commit is contained in:
Luke Pulverenti
2014-03-02 15:44:48 -05:00
parent e8df96102f
commit c2b9b4e6d8
10 changed files with 624 additions and 20 deletions
+2 -1
View File
@@ -1760,7 +1760,8 @@
if (item.Status == "Continuing") {
miscInfo.push(item.ProductionYear + "-Present");
} else if (item.ProductionYear) {
}
else if (item.ProductionYear) {
text = item.ProductionYear;