Archived
1
0

Video page rebuild

Channel playlist tab more button fixed
This commit is contained in:
Michael Gordeev
2018-08-02 22:59:35 +03:00
parent ee96d7b75e
commit 114384b3eb
14 changed files with 237 additions and 442 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ namespace FoxTube.Pages
{
base.OnNavigatedTo(e);
if (e.Parameter == null)
loading.Error("NullReferenceException", "Unable to initialize search. Search term is not stated.");
loading.Error("NullReferenceException", "Unable to initialize page. Playlist ID is not stated.");
else
Initialize(e.Parameter as string);
}