From 62a8e5704edb604d41af34df7607adf6492ca855 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Fri, 15 Dec 2023 11:06:36 -0500 Subject: Add blurHash + send passthrough to JellyfinClientController --- Jel/Views/Dashboard/Library/LibraryIconView.swift | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Jel/Views/Dashboard/Library/LibraryIconView.swift (limited to 'Jel/Views/Dashboard') diff --git a/Jel/Views/Dashboard/Library/LibraryIconView.swift b/Jel/Views/Dashboard/Library/LibraryIconView.swift new file mode 100644 index 0000000..4f6c711 --- /dev/null +++ b/Jel/Views/Dashboard/Library/LibraryIconView.swift @@ -0,0 +1,18 @@ +// +// LibraryIconView.swift +// Jel +// +// Created by zerocool on 12/15/23. +// + +import SwiftUI + +struct LibraryIconView: View { + var body: some View { + Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) + } +} + +#Preview { + LibraryIconView() +} -- cgit v1.2.3