http://git.j8810kkw.i2p/j8810kkw/tube/commit/0dc8186b8cd5d389cf8b2065c22f60532eaf029a
Sort ( pl ) return pl } 2 media/media.go Normal file Unescape Escape View File @ -0,0 +1,2 @@ // Package media manages video library functionality. package media 8 media/path.go Normal file Unescape Escape View File @ -0,0 +1,8 @@ package media // Path represents a media library path. type Path struct { Path string Prefix string PreserveUploadFilename bool } 50 media/playlist.go Normal file Unescape Escape View File @ -0,0 +1,50 @@ package media import ( "sort" ) type Playlist [ ] * Video // By is the type...