Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
e45ca76c
Commit
e45ca76c
authored
Sep 18, 2013
by
fred
Browse files
fix item enclosure mime type
parent
3dc5e1ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb/views.py
View file @
e45ca76c
...
...
@@ -571,7 +571,7 @@ class PodcastsFeed(Feed):
except
OSError
:
return
0
def
item_enclosure_mimetype
(
self
,
item
):
def
item_enclosure_mime
_
type
(
self
,
item
):
return
'audio/mpeg'
def
item_pubdate
(
self
,
item
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment