Prechádzať zdrojové kódy

Fix to timberline string coverter and newlines

Kenric Nugteren 1 rok pred
rodič
commit
af0c3aed05

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

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