mirror of
https://github.com/zoriya/Opus.git
synced 2026-06-05 15:24:26 +00:00
Oosp, i'm dumb.
This commit is contained in:
@@ -118,7 +118,7 @@ namespace MusicApp.Resources.Portable_Class
|
||||
string title = videoInfo.Title;
|
||||
foreach(char c in Path.GetInvalidFileNameChars()) //Make the title a valid filename (remove /, \, : etc).
|
||||
{
|
||||
title.Replace(c, ' ');
|
||||
title = title.Replace(c, ' ');
|
||||
}
|
||||
|
||||
string fileExtension = streamInfo.Container.GetFileExtension();
|
||||
|
||||
Reference in New Issue
Block a user