Skip to content

Commit

Permalink
Update SpotifyDownloader.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawak authored May 7, 2017
1 parent e6f6aa8 commit fa3b2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Downtify/SpotifyDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 355,7 @@ string escape(string filepath)
{
foreach(var c in new string(Path.GetInvalidFileNameChars()) new string(Path.GetInvalidPathChars()))
filepath = filepath.Replace(c, '_');
return filepath.Substring(0, 240);
return filepath.Substring(0, 100);
}

bool canPlay(Track track)
Expand Down

0 comments on commit fa3b2fa

Please sign in to comment.