update RGB RPI matrix Package reference to version with out vulnerability

This commit is contained in:
ChuckBuilds
2025-05-26 10:16:30 -05:00
parent b3c32de3ae
commit 6790bdc360
2 changed files with 2 additions and 2 deletions

View File

@@ -370,6 +370,7 @@ The Music Display module shows information about the currently playing track fro
2. **YouTube Music (YTM):** 2. **YouTube Music (YTM):**
* Requires the [YouTube Music Desktop App](https://ytmdesktop.app/) (YTMD) to be installed and running on a computer on the *same network* as the Raspberry Pi. * Requires the [YouTube Music Desktop App](https://ytmdesktop.app/) (YTMD) to be installed and running on a computer on the *same network* as the Raspberry Pi.
* In YTMD settings, enable the "Companion Server" under Integration options. Note the URL it provides (usually `http://localhost:9863` if running on the same machine, or `http://<YTMD-Computer-IP>:9863` if running on a different computer). * In YTMD settings, enable the "Companion Server" under Integration options. Note the URL it provides (usually `http://localhost:9863` if running on the same machine, or `http://<YTMD-Computer-IP>:9863` if running on a different computer).
* Note, The YTM Display seems to most reliably update on the display switch INTO the MusicManager Display. Song changes after this are less reliable in updating on time. I am trying to figure this quirk out but shouldn't be too disruptive. Spotify doesn't have this issue.
**Configuration:** **Configuration:**
@@ -413,7 +414,6 @@ The Music Display module shows information about the currently playing track fro
**`preferred_source` Options:** **`preferred_source` Options:**
* `"auto"`: (Default) Checks Spotify first. If Spotify is playing, shows its track. If not, checks YTM.
* `"spotify"`: Only uses Spotify. Ignores YTM. * `"spotify"`: Only uses Spotify. Ignores YTM.
* `"ytm"`: Only uses the YTM Companion Server. Ignores Spotify. * `"ytm"`: Only uses the YTM Companion Server. Ignores Spotify.

View File

@@ -7,6 +7,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\RPiRgbLEDMatrix.csproj" /> <ProjectReference Include="..\..\RPiRgbLEDMatrix.csproj" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" /> <PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
</ItemGroup> </ItemGroup>
</Project> </Project>