From 057020f0ba6825ec43fd9190bae1b41b1dbb625f Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Wed, 1 May 2024 22:15:34 +0200 Subject: [PATCH] Update README.md Fix wrong replacement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4646c0d..847a152 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ _NOTE: If you are using Docker containers, it is important to mount the TubeArch 2. Build plugin with following command ``` - dotnet publish Jellyfin.Plugin.tubearchivist-jf-plugin --configuration Release --output bin + $ dotnet publish Jellyfin.Plugin.TubeArchivistMetadata --configuration Release --output bin ``` 3. Place the dll-file in the `plugins/tubearchivist-jf-plugin` folder (you might need to create the folders) of your Jellyfin installation