Turn on 'network on demand thumbnails' for Android/iOS

This commit is contained in:
Twinaphex 2019-11-01 20:29:22 +01:00
parent 36f13e0520
commit 112483e824

View File

@ -877,7 +877,11 @@ static const bool stdin_cmd_enable = false;
static const uint16_t network_remote_base_port = 55400;
#if defined(ANDROID) || defined(IOS)
static const bool network_on_demand_thumbnails = true;
#else
static const bool network_on_demand_thumbnails = false;
#endif
/* Number of entries that will be kept in content history playlist file. */
static const unsigned default_content_history_size = 100;