From 47d27050a973bdbbcebb8150e848332eb55952db Mon Sep 17 00:00:00 2001 From: Keepoccino Date: Sun, 22 Aug 2021 11:40:12 +0200 Subject: [PATCH] Added build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da147ef..9e6d301 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # media-key-sync-winServer +[![build & release](https://github.com/Keepoccino/media-key-sync-winServer/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Keepoccino/media-key-sync-winServer/actions/workflows/dotnet.yml) + This is a .NET Core based server which allows to control the playback of the current media session on windows via Websockets. Its most useful in combination with a client such as the [media-key-sync-browserClient](https://github.com/Keepoccino/media-key-sync-browserClient). That allows you to control the media session from any other device. As the name also suggests, you can use the media keys on the client to control the media session on the server.