crazydevman / mute-profanity

XBMC add-on used to mute profanity
GNU General Public License v3.0
33 stars 14 forks source link

Small problem with EDL generation in latest version - fix included #27

Open jtaylor113 opened 8 years ago

jtaylor113 commented 8 years ago

In NAV.PY, line 191 you need to add a second parameter.

Change from: createEDL(srtLoc) to: createEDL(srtLoc, fileLoc)

Thanks a lot for this add-on. We use it almost every day.

Jeff Taylor