Moved the HR inside the table for TV Shows

This commit is contained in:
Jamie.Rees 2016-10-10 10:15:26 +01:00
commit 0b241e0be3

View file

@ -192,10 +192,10 @@ namespace PlexRequests.Services.Jobs
string.IsNullOrEmpty(parentMetaData.Directory.Summary) ? info.summary : parentMetaData.Directory.Summary); // Episode Summary
sb.Append("<td");
sb.Append("</tr>");
sb.Append("<hr>");
sb.Append("<br>");
sb.Append("<br>");
sb.Append("</tr>");
}
sb.Append("</table><br/><br/>");
}