various improvements and fixes
This commit is contained in:
parent
72cc742e84
commit
d7c01b93d5
6 changed files with 282 additions and 81 deletions
|
@ -1,4 +1,6 @@
|
|||
namespace PC3Player
|
||||
using System.Diagnostics.Eventing.Reader;
|
||||
|
||||
namespace PC3Player
|
||||
{
|
||||
public class PlaylistShow
|
||||
{
|
||||
|
@ -39,6 +41,7 @@
|
|||
public bool PlaylistIntermissionOption { get; set; } = false;
|
||||
public int PlaylistIntermissionTimeOption { get; set; } = 8;
|
||||
public int PlaylistIntermissionUnitOption { get; set; } = 0;
|
||||
public bool PlaylistLoopOption { get; set; } = true;
|
||||
|
||||
public int SelectorButtonPressOption { get; set; } = 0;
|
||||
public int SelectorShowAlreadyPlayingOption { get; set; } = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue