From f2c526348df0f48fa0b4d7c77c0647ec5b0155e0 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Sat, 23 Mar 2019 04:24:33 +0100 Subject: [PATCH] - --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ca93bbb..2c2a373 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,11 @@ or ``` startup\scripts\seek.ps1 ``` -Please note that PowerShell don't allow assigning to events and mpv.net uses as workaround a matching script filename, a list of available events can be found in the mpv manual or in the file mp.cs in the mpv.net source code. - ``` $position = [mp]::get_property_number("time-pos"); [mp]::commandv("show-text", $position.ToString() + " seconds") ``` +Please note that PowerShell don't allow assigning to events and mpv.net uses as workaround a matching script filename, a list of available events can be found in the mpv manual or in the file mp.cs in the mpv.net source code. ### Changes