This commit is contained in:
stax76
2022-05-21 10:58:39 +02:00
parent cd84819a03
commit 27f7935127
7 changed files with 10 additions and 6 deletions

View File

@@ -678,7 +678,9 @@ namespace mpvnet
if (App.QuickBookmark == 0)
{
App.QuickBookmark = (float)Core.GetPropertyDouble("time-pos");
Core.Command("show-text 'Bookmark Saved'");
if (App.QuickBookmark != 0)
Core.Command("show-text 'Bookmark Saved'");
}
else
{