File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
# of gpodder-core, but we might have a different release schedule later on. If
20
20
# we decide to have parallel releases, we can at least start using this version
21
21
# to check if the core version is compatible with the QML UI version.
22
- __version__ = '4.8 .0'
22
+ __version__ = '4.9 .0'
23
23
24
24
import sys
25
25
import os
@@ -174,6 +174,7 @@ def convert_episode(self, episode):
174
174
'section' : self ._format_published_section (now , tnow , episode .published ),
175
175
'hasShownotes' : episode .description != '' ,
176
176
'mime_type' : episode .mime_type ,
177
+ 'total_time' : episode .total_time
177
178
}
178
179
179
180
def _format_published_section (self , now , tnow , published ):
@@ -245,7 +246,7 @@ def export_opml(self, uri):
245
246
URI can be either just a name or a full path as long as writing to said path is possible.
246
247
"""
247
248
opml .Exporter (uri ).write (self .core .model .get_podcasts ())
248
-
249
+
249
250
@run_in_background_thread
250
251
def subscribe (self , url ):
251
252
url = self .core .model .normalize_feed_url (url )
Original file line number Diff line number Diff line change 1
1
PROJECT := gpodder-ui-qml
2
- VERSION := 4.8 .0
2
+ VERSION := 4.9 .0
3
3
4
4
all :
5
5
@echo " "
You can’t perform that action at this time.
0 commit comments