Mercurial > minori
comparison src/track/media.cc @ 343:1faa72660932
*: transfer back to cmake from autotools
autotools just made lots of things more complicated than
they should have and many things broke (i.e. translations)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 20 Jun 2024 05:56:06 -0400 |
parents | b1f4d1867ab1 |
children | 886f66775f31 |
comparison
equal
deleted
inserted
replaced
342:adb79bdde329 | 343:1faa72660932 |
---|---|
48 break; | 48 break; |
49 case animone::MediaInfoType::Title: | 49 case animone::MediaInfoType::Title: |
50 vec.push_back(info.value); | 50 vec.push_back(info.value); |
51 success |= true; | 51 success |= true; |
52 break; | 52 break; |
53 case animone::MediaInfoType::Tab: | |
54 break; | |
55 case animone::MediaInfoType::Url: | |
56 break; | |
53 default: break; | 57 default: break; |
54 } | 58 } |
55 } | 59 } |
56 } | 60 } |
57 } | 61 } |