Browse Source

Minor UI fix

Felix Paul Kühne 9 years ago
parent
commit
b8c9dd92da
1 changed files with 1 additions and 1 deletions
  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;