summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/feed
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/podfetcher/feed')
-rw-r--r--src/de/podfetcher/feed/FeedMedia.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/podfetcher/feed/FeedMedia.java b/src/de/podfetcher/feed/FeedMedia.java
index 51eaf9c7b..a74947411 100644
--- a/src/de/podfetcher/feed/FeedMedia.java
+++ b/src/de/podfetcher/feed/FeedMedia.java
@@ -28,7 +28,7 @@ public class FeedMedia extends FeedFile{
this.download_url = download_url;
}
- public long getDuration() {
+ public int getDuration() {
return duration;
}
@@ -36,7 +36,7 @@ public class FeedMedia extends FeedFile{
this.duration = duration;
}
- public long getPosition() {
+ public int getPosition() {
return position;
}