Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brhsoftco committed Sep 22, 2020
1 parent d133709 commit dea6272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlexDL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.9.*")]
[assembly: AssemblyFileVersion("1.5.9.*")]
[assembly: AssemblyVersion("1.6.0.*")]
[assembly: AssemblyFileVersion("1.6.0.*")]
[assembly: NeutralResourcesLanguage("en-AU")]
1 change: 1 addition & 0 deletions PlexDL/UI/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private void SwitchWmp(bool pvsSetup = true)
else if (_isWmp)
{
wmpMain.URL = StreamingContent.StreamInformation.Links.View;
//wmpMain.fullScreen = true;
}
}

Expand Down

0 comments on commit dea6272

Please sign in to comment.