From 1f054f3c36360a4039e9f77e9f11a6a4d3c1d604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Gel=C3=B3czi?= Date: Wed, 1 Dec 2021 05:22:29 +0100 Subject: [PATCH] Add link to SynAudio --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0842264..d4b3fb3 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,9 @@ var response = await audioStation.ListArtistsAsync(100, 0); foreach(var artist in response.Data.Artists) Console.WriteLine(artist.Name); ``` + +## SynAudio - Desktop App based on this library + +It is a *Synology Audio Station* like desktop application (WPF) for Windows. + +[SynAudio on GitHub](https://github.com/geloczigeri/synologydotnet-audiostation-wpf)