fixed a few bugs
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
65947544c0
commit
d079e5c67d
@ -23,7 +23,7 @@ namespace BillboardPlaylistUpdater
|
|||||||
|
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
args = new string[] { "mbrucedogs" };
|
//args = new string[] { "bsully5150" };
|
||||||
if (args.Length != 1)
|
if (args.Length != 1)
|
||||||
{
|
{
|
||||||
Console.WriteLine("usage: songcrawler partyid songspath");
|
Console.WriteLine("usage: songcrawler partyid songspath");
|
||||||
|
|||||||
@ -78,7 +78,7 @@
|
|||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="app.config" />
|
<None Include="App.config" />
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -1,5 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<appSettings>
|
||||||
|
<add key="Firebase.Secret" value="9BQHUEJhScgK2FP10hvlToxTlGQpXT94Cvx01piO" />
|
||||||
|
<add key="Firebase.Path" value="https://herse.firebaseio.com/" />
|
||||||
|
</appSettings>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||||
|
</startup>
|
||||||
<runtime>
|
<runtime>
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="Firebase.Secret" value="9BQHUEJhScgK2FP10hvlToxTlGQpXT94Cvx01piO" />
|
<add key="Firebase.Secret" value="9BQHUEJhScgK2FP10hvlToxTlGQpXT94Cvx01piO" />
|
||||||
<add key="Firebase.Path" value="https://herse.firebaseio.com/" />
|
<add key="Firebase.Path" value="https://herse.firebaseio.com/" />
|
||||||
<add key="KaraokePlayer.ControllerId" value="mbrucedogs" />
|
<add key="KaraokePlayer.ControllerId" value="" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||||
|
|||||||
@ -40,6 +40,7 @@ namespace SingsALot
|
|||||||
controllerName.Text = this.settings.controllerName;
|
controllerName.Text = this.settings.controllerName;
|
||||||
}
|
}
|
||||||
loading = false;
|
loading = false;
|
||||||
|
SaveUserSettings();
|
||||||
}
|
}
|
||||||
public UserSettings settings { get; private set; }
|
public UserSettings settings { get; private set; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user