Commit c422cdda authored by Brendon Justin's avatar Brendon Justin Committed by Jean-Baptiste Kempf

macosx: Cache level pref should set file-caching

The cache level dropdown in simple preferences previously did not change
file-caching, only network-caching, disc-caching and live-caching.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fa4b920d
...@@ -909,6 +909,7 @@ static inline void save_module_list( intf_thread_t * p_intf, id object, const ch ...@@ -909,6 +909,7 @@ static inline void save_module_list( intf_thread_t * p_intf, id object, const ch
else else
{ {
msg_Dbg( p_intf, "Adjusting all cache values to: %i", (int)[[o_input_cachelevel_pop selectedItem] tag] ); msg_Dbg( p_intf, "Adjusting all cache values to: %i", (int)[[o_input_cachelevel_pop selectedItem] tag] );
CaC( "file-caching" );
CaC( "network-caching" ); CaC( "network-caching" );
CaC( "disc-caching" ); CaC( "disc-caching" );
CaC( "live-caching" ); CaC( "live-caching" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment