Parcourir la source

Fix build under AppleTV due to : kVLCRecentURLTitles contant missing

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Alessio Pollero il y a 9 ans
Parent
commit
aa76b1c3ff
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Apple-TV/VLCTVConstants.h

+ 1 - 0
Apple-TV/VLCTVConstants.h

@@ -14,6 +14,7 @@
 #define kVLCVersionCodename @"All Along the Watchtower"
 
 #define kVLCRecentURLs @"recent-urls"
+#define kVLCRecentURLTitles @"recent-url-titles"
 #define kVLCStoreDropboxCredentials @"kVLCStoreDropboxCredentials"
 #define kVLCStoreOneDriveCredentials @"kVLCStoreOneDriveCredentials"
 #define kVLCStoreBoxCredentials @"kVLCStoreBoxCredentials"