Skip to content

Commit 029b33d

Browse files
Fixed spelling error
1 parent 5f15eec commit 029b33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneDrive-Cloud-Player/ViewModels/VideoPlayerPageViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private async Task PlayMedia(long startTime = 0)
330330
CheckPreviousNextMediaInList();
331331

332332
// If the starttime is not 0, a reload is performed, so the filename is
333-
// already set and should stay hidden. The fileNameOverlayTimer shoud
333+
// already set and should stay hidden. The fileNameOverlayTimer should
334334
// also not be reset.
335335
if (startTime == 0)
336336
{

0 commit comments

Comments
 (0)