Skip to content

Commit

Permalink
Update to streamlink 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLGames committed Sep 24, 2017
1 parent df786d4 commit 1b5325c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WindowsApplication1/English.resx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<comment>Console</comment>
</data>
<data name="errorStreamlinkExe" xml:space="preserve">
<value>Error: Can't find streamlink.exe. Streamlink is a tool that NHLGames uses to send streams to your media player, we shipped it with NHLGames. You probably moved it or deleted it and if you don't set any custom path, you will have to put it back there, just drop the folder 'streamlink-0.6.0' next to NHLGames.exe.</value>
<value>Error: Can't find streamlink.exe. Streamlink is a tool that NHLGames uses to send streams to your media player, we shipped it with NHLGames. You probably moved it or deleted it and if you don't set any custom path, you will have to put it back there, just drop the folder 'streamlink-0.8.1' next to NHLGames.exe.</value>
<comment>Console</comment>
</data>
<data name="errorWritingSettings" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions WindowsApplication1/English1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WindowsApplication1/Utilities/InitializeForm.vb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Namespace Utilities
Form.txtMpvPath.Text = mpvPath

Dim streamlinkPath As String = ApplicationSettings.Read(Of String)(SettingsEnum.StreamlinkPath, String.Empty)
Dim streamlinkPathCurrent As String = Path.Combine(Application.StartupPath, "streamlink-0.6.0\streamlink.exe")
Dim streamlinkPathCurrent As String = Path.Combine(Application.StartupPath, "streamlink-0.8.1\streamlink.exe")
If streamlinkPath.Equals(String.Empty) Then
ApplicationSettings.SetValue(SettingsEnum.StreamlinkPath, streamlinkPathCurrent)
streamlinkPath = streamlinkPathCurrent
Expand Down

0 comments on commit 1b5325c

Please sign in to comment.