mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Moved the HR inside the table for TV Shows
This commit is contained in:
parent
41e6d72210
commit
0b241e0be3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue