6.0.0.0 Beta

This commit is contained in:
stax76
2022-06-05 16:42:47 +02:00
parent a53fa7178f
commit 19c4a1d6c1
4 changed files with 19 additions and 14 deletions

View File

@@ -158,6 +158,9 @@ namespace mpvnet
public static void ShowInfo()
{
if (Core.PlaylistPos == -1)
return;
if (Environment.TickCount - LastShowInfo < 5000)
{
Core.Command("script-message-to mpvnet show-media-info osd");