Browse Source

update collections docs

pull/26/head
Jason Dove 6 years ago
parent
commit
e1b2b5fa52
  1. 5
      ErsatzTV/Pages/Index.razor

5
ErsatzTV/Pages/Index.razor

@ -30,8 +30,9 @@ @@ -30,8 +30,9 @@
<MudElement HtmlTag="div" Class="mt-6">
<MudText Typo="Typo.h4" GutterBottom="true">Media Collections</MudText>
<MudText>
<MudLink Href="/media/collections">Media collections</MudLink> have a <b>name</b> and contain a logical grouping of <MudLink Href="/media/items">media items</MudLink>.
Television media collections are automatically created and maintained, while manually-created media collections allow further customization.
<MudLink Href="/media/collections">Media collections</MudLink> have a <b>name</b> and contain a logical grouping of media items.
Collections may contain television shows, television seasons, television episodes or movies.
Collections containing television shows and television seasons are automatically updated as media is added or removed from the linked shows and seasons.
</MudText>
</MudElement>
<MudElement HtmlTag="div" Class="mt-6">

Loading…
Cancel
Save