mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* Better tagging with CTDB metadata
* Removed old LAME encoder from plugins list * CUERipper: main window resizeable * taglib-sharp.dll removed, taglib-sharp source code imported
This commit is contained in:
@@ -369,7 +369,7 @@ namespace CUETools.Processor
|
||||
|
||||
public static string Shorten(string f, string s, int maxLen)
|
||||
{
|
||||
return maxLen <= 0 || maxLen >= s.Length || f == "music" || f == "path" || f == "filename" || f == "filename_ext" || f == "directoryname" ?
|
||||
return maxLen <= 0 || maxLen >= s.Length || f == "music" || f == "path" /*|| f == "filename"*/ || f == "filename_ext" || f == "directoryname" ?
|
||||
s : s.Substring(0, maxLen);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user