core: Add a FIXME comment
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 1 Oct 2009 16:58:48 +0000 (19:58 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 1 Oct 2009 16:59:01 +0000 (19:59 +0300)
src/rygel/rygel-http-seek.vala

index 2ee263d..1042a34 100644 (file)
@@ -92,6 +92,13 @@ internal class Rygel.HTTPSeek : GLib.Object {
         return new HTTPSeek (Format.BYTES, start, stop);
     }
 
+    // FIXME: We are only accepting time range in this format:
+    //
+    // TimeSeekRange.dlna.org : npt=417.33-779.09
+    //
+    // and not
+    //
+    // TimeSeekRange.dlna.org : npt=10:19:25.7-13:23:33.6
     public static HTTPSeek? from_time_range (Soup.Message msg)
                                              throws HTTPSeekError {
         string range, time;