diff options
author | Michele Calgaro <[email protected]> | 2020-05-30 14:52:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-30 16:57:25 +0900 |
commit | cbbf46ebb6287b34d0bca3cb06796e01183562ed (patch) | |
tree | 24787ce212db7f388a366643391ede4f6b684be1 /tdeioslave/media/mediamanager/linuxcdpolling.h | |
parent | ec4f0efe77766b2a242787c70a98a560fd266a44 (diff) | |
download | tdebase-cbbf46ebb6287b34d0bca3cb06796e01183562ed.tar.gz tdebase-cbbf46ebb6287b34d0bca3cb06796e01183562ed.zip |
Improved support for bluray discs.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 32381684a2eecaaa43616d5bc8ab51780d42e336)
Diffstat (limited to 'tdeioslave/media/mediamanager/linuxcdpolling.h')
-rw-r--r-- | tdeioslave/media/mediamanager/linuxcdpolling.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/media/mediamanager/linuxcdpolling.h b/tdeioslave/media/mediamanager/linuxcdpolling.h index 3dec7e3ee..fc4947470 100644 --- a/tdeioslave/media/mediamanager/linuxcdpolling.h +++ b/tdeioslave/media/mediamanager/linuxcdpolling.h @@ -1,5 +1,5 @@ /* This file is part of the KDE Project - Copyright (c) 2004 K�vin Ottens <ervin ipsquad net> + Copyright (c) 2004 Kévin Ottens <ervin ipsquad net> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -30,7 +30,7 @@ class DiscType { public: enum Type { None, Unknown, Audio, Data, DVD, Mixed, - Blank, VCD, SVCD, UnknownType, Broken }; + Blank, VCD, SVCD, BLURAY, UnknownType, Broken }; DiscType(Type type = Unknown); |