Video page rebuild
Channel playlist tab more button fixed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user