changed the way to trigger a playlist sync

This commit is contained in:
2019-01-26 22:27:43 +01:00
parent 01072c86db
commit e88b0ec5ba
5 changed files with 52 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
@model Tv7Playlist.Data.PlaylistEntry;
@{
ViewData["Title"] = "Edit Entry";
ViewData["Title"] = $"Edit channel {Model.TrackNumber} - {Model.Name}";
}
<div class="row">