Skip to content

Commit

Permalink
Update beetsplug/importfeeds.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Sampson <[email protected]>
  • Loading branch information
JOJ0 and sampsyo authored Jul 27, 2023
1 parent 546e1b8 commit 342421a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/importfeeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _build_m3u_session_filename(basename):
basename = re.sub(r"(\.m3u|\.M3U)", '', basename)
path = normpath(os.path.join(
config['importfeeds']['dir'].as_filename(),
basename + '_' + date + '.m3u'
f'{basename}_{date}.m3u'
))
return path

Expand Down

0 comments on commit 342421a

Please sign in to comment.