ochurlaud / macaw-movies

Movie collection manager, for movie lovers. Qt/C++/Sqlite |
GNU General Public License v3.0
26 stars 4 forks source link

.m4v suffix is not included in the authorizedSuffixList #120

Closed jrutanen closed 9 years ago

jrutanen commented 9 years ago
        l_authorizedSuffixList << "mkv"
                               << "avi"
                               << "mp4"
                               << "mpg"
                               << "flv"
                               << "mov";

Authorized suffix list is missing "m4v" suffix and movies in this format are not added to the list.