mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Correct variable name case
This commit is contained in:
parent
062b14220c
commit
d878559df2
@ -676,7 +676,7 @@ Public Class MusicManager
|
||||
Dim SongDuration As TimeSpan = Nothing
|
||||
If songFilePath.Contains(".ogg") Then
|
||||
DurationOGG = New VorbisWaveReader(songFilePath)
|
||||
SongDuration = DurationOgg.TotalTime
|
||||
SongDuration = DurationOGG.TotalTime
|
||||
ElseIf songFilePath.Contains(".mp3") Then
|
||||
DurationMP3 = New Mp3FileReader(songFilePath)
|
||||
SongDuration = DurationMP3.TotalTime
|
||||
|
Loading…
x
Reference in New Issue
Block a user