Moved the HR inside the table for TV Shows

pull/579/head
Jamie.Rees 8 years ago
parent 41e6d72210
commit 0b241e0be3

@ -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/>");
}

Loading…
Cancel
Save