pause,vol and catagory items work and reading from json
This commit is contained in:
@@ -33,7 +33,7 @@ public class Item
|
||||
{
|
||||
Content = isFoto ? "Show" : "Play",
|
||||
HorizontalAlignment = HorizontalAlignment.Center,
|
||||
Tag = path // Store path or any identifier
|
||||
Tag = path+"/"+type // Store path or any identifier
|
||||
};
|
||||
|
||||
if (clickHandler != null)
|
||||
|
||||
Reference in New Issue
Block a user