Skip to content

Commit

Permalink
YoutubeUploaders - show publication id
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Sep 22, 2024
1 parent 51737c2 commit 6ab3853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TASVideos/Pages/Publications/YoutubeUploaders.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@

<h4>Non-Obsolete Pubs Without a TASVideosChannel Encode</h4>
<standard-table>
<table-head columns="Publication, Channel"></table-head>
<table-head columns="Id, Publication, Channel"></table-head>
@foreach(var channel in Model.Videos.Where(v => !v.IsObsolete).Where(v => v.ChannelTitle != tvc).OrderByDescending(v => v.PublicationId))
{
<tr>
<td>@channel.PublicationId</td>
<td><pub-link id="@channel.PublicationId">@channel.PublicationTitle</pub-link></td>
<td>@channel.ChannelTitle</td>
</tr>
Expand Down

0 comments on commit 6ab3853

Please sign in to comment.