Archived
1
0

Notification system development 1

This commit is contained in:
Michael Gordeev
2018-08-18 09:21:57 +03:00
parent 26907c9aac
commit 4c4f4ed967
13 changed files with 291 additions and 155 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace FoxTube.Pages
/// </summary>
public sealed partial class PlaylistPage : Page
{
string playlistId;
public string playlistId;
Playlist item;
LoadingPage loading;