Ignore:
Timestamp:
May 3, 2016, 2:14:41 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/cleanconfig.cpp

    r163 r175  
    2424
    2525        s = config_path + "/yt.js";
     26        if (QFile::exists(s)) files_to_delete << s;
     27       
     28        s = config_path + "/player_info.ini";
    2629        if (QFile::exists(s)) files_to_delete << s;
    2730
Note: See TracChangeset for help on using the changeset viewer.