Felix Paul Kühne 9 vuotta sitten
vanhempi
commit
b8c9dd92da
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Sources/VLCOpenNetworkStreamViewController.m

+ 1 - 1
Sources/VLCOpenNetworkStreamViewController.m

@@ -209,7 +209,7 @@
         cell.detailTextLabel.highlightedTextColor = [UIColor blackColor];
     }
 
-    NSString *content = _recentURLs[indexPath.row];
+    NSString *content = [_recentURLs[indexPath.row] stringByRemovingPercentEncoding];
     cell.textLabel.text = [content lastPathComponent];
     cell.detailTextLabel.text = content;