pause,vol and catagory items work and reading from json

This commit is contained in:
Elias Quinn
2025-06-13 14:18:05 +01:00
parent afe5d2f5ff
commit 9534ed3a8a
41 changed files with 467 additions and 167 deletions

View File

@@ -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)