From 93620443da0307626ff7a29d9eeff70079c1a192 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 1 Apr 2022 17:16:12 +0200 Subject: Set up default options, now going for random and true parse --- src/c_defs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/c_defs.go') diff --git a/src/c_defs.go b/src/c_defs.go index 9e9feef..4a4dc59 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * go2work: src/c_defs.go - * Wed Mar 30 13:33:39 CEST 2022 + * Fri Apr 1 17:11:48 CEST 2022 * Joe * * Definitions. @@ -74,7 +74,7 @@ func DEF_PLAYER_OPTIONS() []string { } } -type options struct { +type Options struct { files []string media_player string player_options []string -- cgit v1.2.3