Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
b176f343
Commit
b176f343
authored
Sep 23, 2015
by
Hugo Beauzée-Luyssen
Browse files
File: Move m_lastModificationDate in the proper "block"
parent
13438283
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/File.h
View file @
b176f343
...
...
@@ -83,13 +83,13 @@ class File : public IFile, public Cache<File, IFile, policy::FileTable, policy::
std
::
string
m_mrl
;
unsigned
int
m_movieId
;
unsigned
int
m_folderId
;
unsigned
int
m_lastModificationDate
;
// Auto fetched related properties
Album
*
m_album
;
AlbumTrackPtr
m_albumTrack
;
ShowEpisodePtr
m_showEpisode
;
MoviePtr
m_movie
;
unsigned
int
m_lastModificationDate
;
bool
m_isReady
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment