Procházet zdrojové kódy

Fix to timberline string coverter and newlines

Kenric Nugteren před 1 rokem
rodič
revize
af0c3aed05

+ 1 - 0
InABox.Poster.Timberline/TimberlineConverters.cs

@@ -30,6 +30,7 @@ namespace InABox.Poster.Timberline
             {
                 str = str[..MaxLength];
             }
+            str = str.ReplaceLineEndings("");
             return str;
         }
     }