From 12e957b6df87440007dd1d723c0a174e3bcc91c7 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Tue, 12 Jun 2012 10:28:19 +0200 Subject: Minor improvements to Mediaplayer --- src/de/podfetcher/feed/FeedMedia.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/de/podfetcher/feed') 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; } -- cgit v1.2.3