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