Skip to content

Commit

Permalink
Fixed bug with the autosetting playlist timer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drexel2k committed Nov 27, 2023
1 parent 5bee410 commit 1b5c8cb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
6 changes: 3 additions & 3 deletions VidUp.UI/AssemblyInfo/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[assembly: System.Reflection.AssemblyProductAttribute("VidUp")]
[assembly: System.Reflection.AssemblyTitleAttribute("VidUp")]
[assembly: System.Reflection.AssemblyCompanyAttribute("Drexel Development")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.17.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.17.1.0")]
//Shown in Gui/Setup
[assembly: System.Reflection.AssemblyVersionAttribute("1.17.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.17.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.17.1.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.17.1.0")]
[assembly: System.Reflection.AssemblyCopyright("©2021 Drexel Development")]
[assembly: ComVisible(false)]

Expand Down
1 change: 0 additions & 1 deletion VidUp.UI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Diagnostics;
using System.Threading;
using System.Windows;
using Drexel.VidUp.UI.ViewModels;
Expand Down
Loading

0 comments on commit 1b5c8cb

Please sign in to comment.